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:get_random
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H
A
D
trusted_core.c
51
*trusted_key_sources[0].ops->
get_random
);
330
int (*
get_random
)(unsigned char *key, size_t key_len);
in init_trusted()
342
* defines its own
get_random
callback.
in init_trusted()
344
get_random
= trusted_key_sources[i].ops->
get_random
;
in init_trusted()
347
get_random
= kernel_get_random;
in init_trusted()
349
!
get_random
) {
in init_trusted()
351
if (
get_random
)
in init_trusted()
358
if (!
get_random
)
in init_trusted()
359
get_random
in init_trusted()
[all...]
H
A
D
trusted_tee.c
288
.
get_random
= trusted_tee_get_random,
H
A
D
trusted_tpm1.c
1072
.
get_random
= trusted_tpm_get_random,
/kernel/linux/linux-5.10/arch/s390/boot/
H
A
D
kaslr.c
45
static int
get_random
(unsigned long limit, unsigned long *value)
in get_random()
function
221
if (
get_random
(max_pos, &base_pos))
in get_random_base()
/kernel/linux/linux-6.6/arch/s390/boot/
H
A
D
kaslr.c
46
static int
get_random
(unsigned long limit, unsigned long *value)
in get_random()
function
195
if (
get_random
(max_pos, &pos))
in randomize_within_range()
/kernel/linux/linux-6.6/include/keys/
H
A
D
trusted-type.h
68
int (*
get_random
)(unsigned char *key, size_t key_len);
member
Completed in 4 milliseconds