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:DEFAULT_BLK_SZ
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
ansi_cprng.c
19
#define
DEFAULT_BLK_SZ
16
macro
40
unsigned char rand_data[
DEFAULT_BLK_SZ
];
41
unsigned char last_rand_data[
DEFAULT_BLK_SZ
];
42
unsigned char DT[
DEFAULT_BLK_SZ
];
43
unsigned char I[
DEFAULT_BLK_SZ
];
44
unsigned char V[
DEFAULT_BLK_SZ
];
77
* Returns
DEFAULT_BLK_SZ
bytes of random data per call
83
unsigned char tmp[
DEFAULT_BLK_SZ
];
in _get_more_prng_bytes()
90
hexdump("Input DT: ", ctx->DT,
DEFAULT_BLK_SZ
);
in _get_more_prng_bytes()
91
hexdump("Input I: ", ctx->I,
DEFAULT_BLK_SZ
);
in _get_more_prng_bytes()
[all...]
/kernel/linux/linux-6.6/crypto/
H
A
D
ansi_cprng.c
20
#define
DEFAULT_BLK_SZ
16
macro
41
unsigned char rand_data[
DEFAULT_BLK_SZ
];
42
unsigned char last_rand_data[
DEFAULT_BLK_SZ
];
43
unsigned char DT[
DEFAULT_BLK_SZ
];
44
unsigned char I[
DEFAULT_BLK_SZ
];
45
unsigned char V[
DEFAULT_BLK_SZ
];
78
* Returns
DEFAULT_BLK_SZ
bytes of random data per call
84
unsigned char tmp[
DEFAULT_BLK_SZ
];
in _get_more_prng_bytes()
91
hexdump("Input DT: ", ctx->DT,
DEFAULT_BLK_SZ
);
in _get_more_prng_bytes()
92
hexdump("Input I: ", ctx->I,
DEFAULT_BLK_SZ
);
in _get_more_prng_bytes()
[all...]
Completed in 2 milliseconds