Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:key_invalidate
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
key.h
295
extern void
key_invalidate
(struct key *key);
496
#define
key_invalidate
(k) do { } while(0)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
key.h
301
extern void
key_invalidate
(struct key *key);
507
#define
key_invalidate
(k) do { } while(0)
macro
/kernel/linux/linux-5.10/net/dns_resolver/
H
A
D
dns_query.c
166
key_invalidate
(rkey);
in dns_query()
/kernel/linux/linux-6.6/net/dns_resolver/
H
A
D
dns_query.c
166
key_invalidate
(rkey);
in dns_query()
/kernel/linux/linux-5.10/security/keys/
H
A
D
key.c
465
key_invalidate
(authkey);
in __key_instantiate_and_link()
620
key_invalidate
(authkey);
in key_reject_and_link()
1082
*
key_invalidate
- Invalidate a key.
1088
void
key_invalidate
(struct key *key)
in key_invalidate()
function
1103
EXPORT_SYMBOL(
key_invalidate
);
variable
H
A
D
keyctl.c
452
key_invalidate
(key);
in keyctl_invalidate_key()
/kernel/linux/linux-6.6/security/keys/
H
A
D
key.c
465
key_invalidate
(authkey);
in __key_instantiate_and_link()
620
key_invalidate
(authkey);
in key_reject_and_link()
1146
*
key_invalidate
- Invalidate a key.
1152
void
key_invalidate
(struct key *key)
in key_invalidate()
function
1167
EXPORT_SYMBOL(
key_invalidate
);
variable
H
A
D
keyctl.c
452
key_invalidate
(key);
in keyctl_invalidate_key()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
cert_store.c
338
key_invalidate
(current_key);
in invalidate_keyring_keys()
390
key_invalidate
(cs_keyring);
in cleanup_cs_keys()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsacl.c
337
key_invalidate
(sidkey);
in id_to_sid()
423
key_invalidate
(sidkey);
in sid_to_id()
H
A
D
sess.c
1422
key_invalidate
(spnego_key);
in sess_auth_kerberos()
H
A
D
smb2pdu.c
1382
key_invalidate
(spnego_key);
in SMB2_auth_kerberos()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsacl.c
334
key_invalidate
(sidkey);
in id_to_sid()
418
key_invalidate
(sidkey);
in sid_to_id()
H
A
D
sess.c
1692
key_invalidate
(spnego_key);
in sess_auth_kerberos()
H
A
D
smb2pdu.c
1647
key_invalidate
(spnego_key);
in SMB2_auth_kerberos()
Completed in 37 milliseconds