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:trusted_keyring
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_verify_pkcs7_sig.c
22
struct bpf_key *
trusted_keyring
) __ksym;
49
struct bpf_key *
trusted_keyring
;
in BPF_PROG()
local
82
trusted_keyring
= bpf_lookup_user_key(user_keyring_serial, 0);
in BPF_PROG()
84
trusted_keyring
= bpf_lookup_system_key(system_keyring_id);
in BPF_PROG()
86
if (!
trusted_keyring
)
in BPF_PROG()
89
ret = bpf_verify_pkcs7_signature(&data_ptr, &sig_ptr,
trusted_keyring
);
in BPF_PROG()
91
bpf_key_put(
trusted_keyring
);
in BPF_PROG()
H
A
D
test_kfunc_dynptr_param.c
19
struct bpf_key *
trusted_keyring
) __ksym;
60
struct bpf_key *
trusted_keyring
;
in BPF_PROG()
local
77
trusted_keyring
= bpf_lookup_system_key(0);
in BPF_PROG()
78
if (!
trusted_keyring
)
in BPF_PROG()
81
err = bpf_verify_pkcs7_signature(&ptr, &ptr,
trusted_keyring
);
in BPF_PROG()
83
bpf_key_put(
trusted_keyring
);
in BPF_PROG()
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
bpf_trace.c
1370
* @
trusted_keyring
: keyring with keys trusted for signature verification
1373
* with keys in a keyring referenced by *
trusted_keyring
*.
1379
struct bpf_key *
trusted_keyring
)
in bpf_verify_pkcs7_signature()
1383
if (
trusted_keyring
->has_ref) {
in bpf_verify_pkcs7_signature()
1392
ret = key_validate(
trusted_keyring
->key);
in bpf_verify_pkcs7_signature()
1401
trusted_keyring
->key,
in bpf_verify_pkcs7_signature()
1377
bpf_verify_pkcs7_signature(struct bpf_dynptr_kern *data_ptr, struct bpf_dynptr_kern *sig_ptr, struct bpf_key *
trusted_keyring
)
bpf_verify_pkcs7_signature()
argument
Completed in 5 milliseconds