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:keyctl
(Results
1 - 25
of
42
) sorted by relevance
1
2
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
verify_sig_setup.sh
49
key_id=$(cat ${tmp_dir}/signing_key.der |
keyctl
padd asymmetric ebpf_testing_key @s)
51
keyring_id=$(
keyctl
newring ebpf_testing_keyring @s)
52
keyctl
link $key_id $keyring_id
58
keyctl
unlink $(
keyctl
search @s asymmetric ebpf_testing_key) @s
59
keyctl
unlink $(
keyctl
search @s keyring ebpf_testing_keyring) @s
/kernel/linux/linux-5.10/security/keys/
H
A
D
compat.c
9
#include <linux/
keyctl
.h>
17
COMPAT_SYSCALL_DEFINE5(
keyctl
, u32, option,
in COMPAT_SYSCALL_DEFINE5()
H
A
D
Makefile
13
keyctl
.o \
H
A
D
keyctl_pkey.c
11
#include <linux/
keyctl
.h>
H
A
D
internal.h
16
#include <linux/
keyctl
.h>
244
*
keyctl
() functions
/kernel/linux/linux-6.6/security/keys/
H
A
D
compat.c
9
#include <linux/
keyctl
.h>
17
COMPAT_SYSCALL_DEFINE5(
keyctl
, u32, option,
in COMPAT_SYSCALL_DEFINE5()
H
A
D
Makefile
13
keyctl
.o \
H
A
D
keyctl_pkey.c
11
#include <linux/
keyctl
.h>
H
A
D
internal.h
16
#include <linux/
keyctl
.h>
242
*
keyctl
() functions
/kernel/linux/linux-5.10/include/crypto/
H
A
D
asym_tpm_subtype.h
5
#include <linux/
keyctl
.h>
H
A
D
public_key.h
13
#include <linux/
keyctl
.h>
/kernel/linux/linux-5.10/include/linux/
H
A
D
keyctl.h
2
/*
keyctl
kernel bits
11
#include <uapi/linux/
keyctl
.h>
/kernel/linux/linux-6.6/include/linux/
H
A
D
keyctl.h
2
/*
keyctl
kernel bits
11
#include <uapi/linux/
keyctl
.h>
/kernel/linux/linux-6.6/include/crypto/
H
A
D
public_key.h
13
#include <linux/
keyctl
.h>
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
lookup_key.c
9
#include <linux/
keyctl
.h>
H
A
D
verify_pkcs7_sig.c
18
#include <linux/
keyctl
.h>
/kernel/linux/linux-5.10/kernel/
H
A
D
sys_ni.c
261
/* security/keys/
keyctl
.c */
264
COND_SYSCALL(
keyctl
);
variable
265
COND_SYSCALL_COMPAT(
keyctl
);
variable
/kernel/linux/linux-6.6/kernel/
H
A
D
sys_ni.c
166
COND_SYSCALL(
keyctl
);
variable
167
COND_SYSCALL_COMPAT(
keyctl
);
variable
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H
A
D
signature.c
15
#include <linux/
keyctl
.h>
/kernel/linux/linux-5.10/samples/watch_queue/
H
A
D
watch_test.c
21
#include <linux/
keyctl
.h>
175
perror("
keyctl
");
in main()
180
perror("
keyctl
");
in main()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H
A
D
signature.c
15
#include <linux/
keyctl
.h>
/kernel/linux/linux-6.6/samples/watch_queue/
H
A
D
watch_test.c
21
#include <linux/
keyctl
.h>
175
perror("
keyctl
");
in main()
180
perror("
keyctl
");
in main()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifs_spnego.c
27
#include <linux/
keyctl
.h>
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifs_spnego.c
15
#include <linux/
keyctl
.h>
/kernel/linux/linux-5.10/net/dns_resolver/
H
A
D
dns_key.c
29
#include <linux/
keyctl
.h>
Completed in 11 milliseconds
1
2