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:jent
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
drbg.c
1168
if (!drbg->
jent
) {
in drbg_seed()
1174
ret = crypto_rng_get_bytes(drbg->
jent
,
in drbg_seed()
1178
pr_devel("DRBG:
jent
failed with %d\n", ret);
in drbg_seed()
1517
drbg->
jent
= crypto_alloc_rng("jitterentropy_rng", 0, 0);
in drbg_prepare_hrng()
1518
if (IS_ERR(drbg->
jent
)) {
in drbg_prepare_hrng()
1519
const int err = PTR_ERR(drbg->
jent
);
in drbg_prepare_hrng()
1521
drbg->
jent
= NULL;
in drbg_prepare_hrng()
1613
if (!IS_ERR_OR_NULL(drbg->
jent
))
in drbg_uninstantiate()
1614
crypto_free_rng(drbg->
jent
);
in drbg_uninstantiate()
1615
drbg->
jent
in drbg_uninstantiate()
[all...]
/kernel/linux/linux-6.6/crypto/
H
A
D
drbg.c
1191
if (!drbg->
jent
) {
in drbg_seed()
1200
ret = crypto_rng_get_bytes(drbg->
jent
,
in drbg_seed()
1204
pr_devel("DRBG:
jent
failed with %d\n", ret);
in drbg_seed()
1544
drbg->
jent
= crypto_alloc_rng("jitterentropy_rng", 0, 0);
in drbg_prepare_hrng()
1545
if (IS_ERR(drbg->
jent
)) {
in drbg_prepare_hrng()
1546
const int err = PTR_ERR(drbg->
jent
);
in drbg_prepare_hrng()
1548
drbg->
jent
= NULL;
in drbg_prepare_hrng()
1641
if (!IS_ERR_OR_NULL(drbg->
jent
))
in drbg_uninstantiate()
1642
crypto_free_rng(drbg->
jent
);
in drbg_uninstantiate()
1643
drbg->
jent
in drbg_uninstantiate()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_bios.c
1612
struct dcb_output *
jent
= &dcb->entry[j];
in merge_like_dcb_entries()
local
1614
if (
jent
->type == 100) /* already merged entry */
in merge_like_dcb_entries()
1618
if (
jent
->i2c_index == ient->i2c_index &&
in merge_like_dcb_entries()
1619
jent
->type == ient->type &&
in merge_like_dcb_entries()
1620
jent
->location == ient->location &&
in merge_like_dcb_entries()
1621
jent
->or == ient->or) {
in merge_like_dcb_entries()
1624
ient->heads |=
jent
->heads;
in merge_like_dcb_entries()
1625
jent
->type = 100; /* dummy value */
in merge_like_dcb_entries()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_bios.c
1615
struct dcb_output *
jent
= &dcb->entry[j];
in merge_like_dcb_entries()
local
1617
if (
jent
->type == 100) /* already merged entry */
in merge_like_dcb_entries()
1621
if (
jent
->i2c_index == ient->i2c_index &&
in merge_like_dcb_entries()
1622
jent
->type == ient->type &&
in merge_like_dcb_entries()
1623
jent
->location == ient->location &&
in merge_like_dcb_entries()
1624
jent
->or == ient->or) {
in merge_like_dcb_entries()
1627
ient->heads |=
jent
->heads;
in merge_like_dcb_entries()
1628
jent
->type = 100; /* dummy value */
in merge_like_dcb_entries()
/kernel/linux/linux-5.10/include/crypto/
H
A
D
drbg.h
140
struct crypto_rng *
jent
;
member
/kernel/linux/linux-6.6/include/crypto/
H
A
D
drbg.h
141
struct crypto_rng *
jent
;
member
Completed in 12 milliseconds