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_revoke
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
key.h
294
extern void
key_revoke
(struct key *key);
495
#define
key_revoke
(k) do { } while(0)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
key.h
300
extern void
key_revoke
(struct key *key);
506
#define
key_revoke
(k) do { } while(0)
macro
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifs_spnego.c
244
key_revoke
(spnego_cred->thread_keyring);
in exit_cifs_spnego()
H
A
D
cifsacl.c
516
key_revoke
(root_cred->thread_keyring);
in exit_cifs_idmap()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifs_spnego.c
232
key_revoke
(spnego_cred->thread_keyring);
in exit_cifs_spnego()
H
A
D
cifsacl.c
511
key_revoke
(root_cred->thread_keyring);
in exit_cifs_idmap()
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
key.c
521
key_revoke
(key);
in rxrpc_get_server_data_key()
549
key_revoke
(key);
in rxrpc_get_null_key()
/kernel/linux/linux-5.10/net/dns_resolver/
H
A
D
dns_key.c
384
key_revoke
(dns_resolver_cache->thread_keyring);
in exit_dns_resolver()
/kernel/linux/linux-6.6/net/dns_resolver/
H
A
D
dns_key.c
384
key_revoke
(dns_resolver_cache->thread_keyring);
in exit_dns_resolver()
/kernel/linux/linux-5.10/security/keys/
H
A
D
key.c
1044
*
key_revoke
- Revoke a key.
1052
void
key_revoke
(struct key *key)
in key_revoke()
function
1079
EXPORT_SYMBOL(
key_revoke
);
variable
H
A
D
request_key.c
69
key_revoke
(authkey);
in complete_request_key()
H
A
D
keyctl.c
402
key_revoke
(key);
in keyctl_revoke_key()
/kernel/linux/linux-6.6/security/keys/
H
A
D
key.c
1108
*
key_revoke
- Revoke a key.
1116
void
key_revoke
(struct key *key)
in key_revoke()
function
1143
EXPORT_SYMBOL(
key_revoke
);
variable
H
A
D
request_key.c
69
key_revoke
(authkey);
in complete_request_key()
H
A
D
keyctl.c
402
key_revoke
(key);
in keyctl_revoke_key()
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
key.c
1002
key_revoke
(key);
in rxrpc_get_server_data_key()
1030
key_revoke
(key);
in rxrpc_get_null_key()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs4idmap.c
245
key_revoke
(id_resolver_cache->thread_keyring);
in nfs_idmap_quit()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs4idmap.c
245
key_revoke
(id_resolver_cache->thread_keyring);
in nfs_idmap_quit()
Completed in 24 milliseconds