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:crypto_larval
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
api.c
50
static inline int crypto_is_test_larval(struct
crypto_larval
*larval)
in crypto_is_test_larval()
71
!crypto_is_test_larval((struct
crypto_larval
*)q) &&
in __crypto_alg_lookup()
72
((struct
crypto_larval
*)q)->mask != mask)
in __crypto_alg_lookup()
97
struct
crypto_larval
*larval = (void *)alg;
in crypto_larval_destroy()
105
struct
crypto_larval
*crypto_larval_alloc(const char *name, u32 type, u32 mask)
in crypto_larval_alloc()
107
struct
crypto_larval
*larval;
in crypto_larval_alloc()
129
struct
crypto_larval
*larval;
in crypto_larval_add()
156
struct
crypto_larval
*larval = (void *)alg;
in crypto_larval_kill()
168
struct
crypto_larval
*larval = (void *)alg;
in crypto_larval_wait()
H
A
D
internal.h
25
struct
crypto_larval
{
struct
59
struct
crypto_larval
*crypto_larval_alloc(const char *name, u32 type, u32 mask);
H
A
D
algboss.c
45
struct
crypto_larval
*larval;
80
static int cryptomgr_schedule_probe(struct
crypto_larval
*larval)
in cryptomgr_schedule_probe()
H
A
D
algapi.c
231
static struct
crypto_larval
*__crypto_register_alg(struct crypto_alg *alg)
in __crypto_register_alg()
234
struct
crypto_larval
*larval;
in __crypto_register_alg()
298
struct
crypto_larval
*test;
in crypto_alg_tested()
309
test = (struct
crypto_larval
*)q;
in crypto_alg_tested()
349
struct
crypto_larval
*larval = (void *)q;
in crypto_alg_tested()
405
static void crypto_wait_for_test(struct
crypto_larval
*larval)
in crypto_wait_for_test()
427
struct
crypto_larval
*larval;
in crypto_register_alg()
618
struct
crypto_larval
*larval;
in crypto_register_instance()
/kernel/linux/linux-6.6/crypto/
H
A
D
internal.h
30
struct
crypto_larval
{
struct
112
struct
crypto_larval
*crypto_larval_alloc(const char *name, u32 type, u32 mask);
114
void crypto_wait_for_test(struct
crypto_larval
*larval);
209
static inline int crypto_is_test_larval(struct
crypto_larval
*larval)
in crypto_is_test_larval()
H
A
D
api.c
72
!crypto_is_test_larval((struct
crypto_larval
*)q) &&
in __crypto_alg_lookup()
73
((struct
crypto_larval
*)q)->mask != mask)
in __crypto_alg_lookup()
98
struct
crypto_larval
*larval = (void *)alg;
in crypto_larval_destroy()
106
struct
crypto_larval
*crypto_larval_alloc(const char *name, u32 type, u32 mask)
in crypto_larval_alloc()
108
struct
crypto_larval
*larval;
in crypto_larval_alloc()
130
struct
crypto_larval
*larval;
in crypto_larval_add()
157
struct
crypto_larval
*larval = (void *)alg;
in crypto_larval_kill()
167
void crypto_wait_for_test(struct
crypto_larval
*larval)
in crypto_wait_for_test()
182
static void crypto_start_test(struct
crypto_larval
*larval)
in crypto_start_test()
204
struct
crypto_larval
*larva
in crypto_larval_wait()
[all...]
H
A
D
algapi.c
251
struct
crypto_larval
*larval = (void *)q;
in crypto_alg_finish_registration()
288
static struct
crypto_larval
*crypto_alloc_test_larval(struct crypto_alg *alg)
in crypto_alloc_test_larval()
290
struct
crypto_larval
*larval;
in crypto_alloc_test_larval()
316
static struct
crypto_larval
*
320
struct
crypto_larval
*larval;
in __crypto_register_alg()
375
struct
crypto_larval
*test;
in crypto_alg_tested()
386
test = (struct
crypto_larval
*)q;
in crypto_alg_tested()
455
struct
crypto_larval
*larval;
in crypto_register_alg()
653
struct
crypto_larval
*larval;
in crypto_register_instance()
1063
struct
crypto_larval
*larva
in crypto_start_tests()
[all...]
H
A
D
algboss.c
38
struct
crypto_larval
*larval;
73
static int cryptomgr_schedule_probe(struct
crypto_larval
*larval)
in cryptomgr_schedule_probe()
Completed in 7 milliseconds