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:jitterentropy
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
jitterentropy-kcapi.c
47
#include "
jitterentropy
.h"
108
struct
jitterentropy
{
struct
116
struct
jitterentropy
*rng = crypto_tfm_ctx(tfm);
in jent_kcapi_init()
129
struct
jitterentropy
*rng = crypto_tfm_ctx(tfm);
in jent_kcapi_cleanup()
142
struct
jitterentropy
*rng = crypto_rng_ctx(tfm);
in jent_kcapi_random()
192
.cra_ctxsize = sizeof(struct
jitterentropy
),
206
pr_info("
jitterentropy
: Initialization failed with host not compliant with requirements: %d\n", ret);
in jent_mod_init()
H
A
D
Makefile
171
jitterentropy_rng-y :=
jitterentropy
.o
jitterentropy
-kcapi.o
/kernel/linux/linux-6.6/crypto/
H
A
D
jitterentropy-kcapi.c
49
#include "
jitterentropy
.h"
183
struct
jitterentropy
{
struct
192
struct
jitterentropy
*rng = crypto_tfm_ctx(tfm);
in jent_kcapi_cleanup()
214
struct
jitterentropy
*rng = crypto_tfm_ctx(tfm);
in jent_kcapi_init()
266
struct
jitterentropy
*rng = crypto_rng_ctx(tfm);
in jent_kcapi_random()
314
.cra_ctxsize = sizeof(struct
jitterentropy
),
343
panic("
jitterentropy
: Initialization failed with host not compliant with requirements: %d\n", ret);
in jent_mod_init()
346
pr_info("
jitterentropy
: Initialization failed with host not compliant with requirements: %d\n", ret);
in jent_mod_init()
H
A
D
Makefile
174
jitterentropy_rng-y :=
jitterentropy
.o
jitterentropy
-kcapi.o
175
obj-$(CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE) +=
jitterentropy
-testing.o
Completed in 2 milliseconds