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:adult
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/crypto/
H
A
D
algapi.c
262
if (larval->
adult
)
in crypto_alg_finish_registration()
268
larval->
adult
= alg;
in crypto_alg_finish_registration()
270
larval->
adult
= ERR_PTR(-EAGAIN);
in crypto_alg_finish_registration()
302
larval->
adult
= crypto_mod_get(alg);
in crypto_alloc_test_larval()
303
if (!larval->
adult
) {
in crypto_alloc_test_larval()
397
alg = test->
adult
;
in crypto_alg_tested()
H
A
D
api.c
101
if (!IS_ERR_OR_NULL(larval->
adult
))
in crypto_larval_destroy()
102
crypto_mod_put(larval->
adult
);
in crypto_larval_destroy()
171
err = crypto_probing_notify(CRYPTO_MSG_ALG_REGISTER, larval->
adult
);
in crypto_wait_for_test()
213
alg = larval->
adult
;
in crypto_larval_wait()
H
A
D
internal.h
32
struct crypto_alg *
adult
;
member
/kernel/linux/linux-5.10/crypto/
H
A
D
algapi.c
272
larval->
adult
= crypto_mod_get(alg);
in __crypto_register_alg()
273
if (!larval->
adult
)
in __crypto_register_alg()
320
alg = test->
adult
;
in crypto_alg_tested()
360
if (larval->
adult
)
in crypto_alg_tested()
366
larval->
adult
= alg;
in crypto_alg_tested()
368
larval->
adult
= ERR_PTR(-EAGAIN);
in crypto_alg_tested()
409
err = crypto_probing_notify(CRYPTO_MSG_ALG_REGISTER, larval->
adult
);
in crypto_wait_for_test()
H
A
D
api.c
100
if (!IS_ERR_OR_NULL(larval->
adult
))
in crypto_larval_destroy()
101
crypto_mod_put(larval->
adult
);
in crypto_larval_destroy()
174
alg = larval->
adult
;
in crypto_larval_wait()
H
A
D
internal.h
27
struct crypto_alg *
adult
;
member
Completed in 6 milliseconds