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
defs:spawn
(Results
1 - 25
of
54
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H
A
D
intel-cqm.c
16
static pid_t
spawn
(void)
in spawn()
function
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
H
A
D
intel-cqm.c
16
static pid_t
spawn
(void)
in spawn()
function
/kernel/linux/linux-5.10/crypto/
H
A
D
geniv.c
44
struct crypto_aead_spawn *
spawn
;
in aead_geniv_alloc()
local
H
A
D
cmac.c
204
struct crypto_cipher_spawn *
spawn
= crypto_instance_ctx(inst);
in cmac_init_tfm()
local
225
struct crypto_cipher_spawn *
spawn
;
in cmac_create()
local
H
A
D
xcbc.c
170
struct crypto_cipher_spawn *
spawn
= crypto_instance_ctx(inst);
in xcbc_init_tfm()
local
191
struct crypto_cipher_spawn *
spawn
;
in xcbc_create()
local
H
A
D
akcipher.c
93
int crypto_grab_akcipher(struct crypto_akcipher_spawn *
spawn
,
in crypto_grab_akcipher()
argument
H
A
D
pcrypt.c
25
struct crypto_aead_spawn
spawn
;
member
H
A
D
xts.c
29
struct crypto_skcipher_spawn
spawn
;
member
H
A
D
lrw.c
268
struct crypto_skcipher_spawn *
spawn
= skcipher_instance_ctx(inst);
in lrw_init_tfm()
local
301
struct crypto_skcipher_spawn *
spawn
;
in lrw_create()
local
H
A
D
hmac.c
145
struct crypto_shash_spawn *
spawn
= shash_instance_ctx(inst);
in hmac_init_tfm()
local
168
struct crypto_shash_spawn *
spawn
;
in hmac_create()
local
H
A
D
aead.c
204
int crypto_grab_aead(struct crypto_aead_spawn *
spawn
,
in crypto_grab_aead()
argument
H
A
D
cts.c
286
struct crypto_skcipher_spawn *
spawn
= skcipher_instance_ctx(inst);
in crypto_cts_init_tfm()
local
326
struct crypto_skcipher_spawn *
spawn
;
in crypto_cts_create()
local
H
A
D
ctr.c
220
struct crypto_skcipher_spawn *
spawn
= skcipher_instance_ctx(inst);
in crypto_rfc3686_init_tfm()
local
250
struct crypto_skcipher_spawn *
spawn
= skcipher_instance_ctx(inst);
in crypto_rfc3686_free()
local
261
struct crypto_skcipher_spawn *
spawn
;
in crypto_rfc3686_create()
local
/kernel/linux/linux-5.10/include/crypto/internal/
H
A
D
akcipher.h
91
static inline void crypto_drop_akcipher(struct crypto_akcipher_spawn *
spawn
)
in crypto_drop_akcipher()
argument
85
crypto_
spawn
_akcipher( struct crypto_akcipher_
spawn
*
spawn
)
crypto_spawn_akcipher()
argument
96
crypto_
spawn
_akcipher_alg( struct crypto_akcipher_
spawn
*
spawn
)
crypto_spawn_akcipher_alg()
argument
H
A
D
aead.h
88
static inline void crypto_drop_aead(struct crypto_aead_spawn *
spawn
)
in crypto_drop_aead()
argument
93
crypto_
spawn
_aead_alg( struct crypto_aead_
spawn
*
spawn
)
crypto_spawn_aead_alg()
argument
99
crypto_
spawn
_aead( struct crypto_aead_
spawn
*
spawn
)
crypto_spawn_aead()
argument
H
A
D
hash.h
92
static inline void crypto_drop_ahash(struct crypto_ahash_spawn *
spawn
)
in crypto_drop_ahash()
argument
115
static inline void crypto_drop_shash(struct crypto_shash_spawn *
spawn
)
in crypto_drop_shash()
argument
97
crypto_
spawn
_ahash_alg( struct crypto_ahash_
spawn
*
spawn
)
crypto_spawn_ahash_alg()
argument
120
crypto_
spawn
_shash_alg( struct crypto_shash_
spawn
*
spawn
)
crypto_spawn_shash_alg()
argument
182
crypto_
spawn
_ahash( struct crypto_ahash_
spawn
*
spawn
)
crypto_spawn_ahash()
argument
228
crypto_
spawn
_shash( struct crypto_shash_
spawn
*
spawn
)
crypto_spawn_shash()
argument
[all...]
H
A
D
skcipher.h
95
static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *
spawn
)
in crypto_drop_skcipher()
argument
217
struct crypto_cipher_spawn *
spawn
in skcipher_ialg_simple()
local
100
crypto_skcipher_
spawn
_alg( struct crypto_skcipher_
spawn
*
spawn
)
crypto_skcipher_spawn_alg()
argument
106
crypto_
spawn
_skcipher_alg( struct crypto_skcipher_
spawn
*
spawn
)
crypto_spawn_skcipher_alg()
argument
112
crypto_
spawn
_skcipher( struct crypto_skcipher_
spawn
*
spawn
)
crypto_spawn_skcipher()
argument
[all...]
/kernel/linux/linux-6.6/include/crypto/internal/
H
A
D
cipher.h
185
static inline int crypto_grab_cipher(struct crypto_cipher_spawn *
spawn
,
in crypto_grab_cipher()
argument
195
static inline void crypto_drop_cipher(struct crypto_cipher_spawn *
spawn
)
in crypto_drop_cipher()
argument
200
crypto_
spawn
_cipher_alg( struct crypto_cipher_
spawn
*
spawn
)
crypto_spawn_cipher_alg()
argument
206
crypto_
spawn
_cipher( struct crypto_cipher_
spawn
*
spawn
)
crypto_spawn_cipher()
argument
H
A
D
aead.h
103
static inline void crypto_drop_aead(struct crypto_aead_spawn *
spawn
)
in crypto_drop_aead()
argument
108
crypto_
spawn
_aead_alg( struct crypto_aead_
spawn
*
spawn
)
crypto_spawn_aead_alg()
argument
114
crypto_
spawn
_aead( struct crypto_aead_
spawn
*
spawn
)
crypto_spawn_aead()
argument
H
A
D
akcipher.h
113
static inline void crypto_drop_akcipher(struct crypto_akcipher_spawn *
spawn
)
in crypto_drop_akcipher()
argument
107
crypto_
spawn
_akcipher( struct crypto_akcipher_
spawn
*
spawn
)
crypto_spawn_akcipher()
argument
118
crypto_
spawn
_akcipher_alg( struct crypto_akcipher_
spawn
*
spawn
)
crypto_spawn_akcipher_alg()
argument
H
A
D
kpp.h
204
crypto_drop_kpp(struct crypto_kpp_
spawn
*
spawn
)
crypto_drop_kpp()
argument
221
crypto_
spawn
_kpp_alg( struct crypto_kpp_
spawn
*
spawn
)
crypto_spawn_kpp_alg()
argument
239
crypto_
spawn
_kpp( struct crypto_kpp_
spawn
*
spawn
)
crypto_spawn_kpp()
argument
[all...]
H
A
D
hash.h
98
static inline void crypto_drop_ahash(struct crypto_ahash_spawn *
spawn
)
in crypto_drop_ahash()
argument
121
static inline void crypto_drop_shash(struct crypto_shash_spawn *
spawn
)
in crypto_drop_shash()
argument
103
crypto_
spawn
_ahash_alg( struct crypto_ahash_
spawn
*
spawn
)
crypto_spawn_ahash_alg()
argument
126
crypto_
spawn
_shash_alg( struct crypto_shash_
spawn
*
spawn
)
crypto_spawn_shash_alg()
argument
220
crypto_
spawn
_ahash( struct crypto_ahash_
spawn
*
spawn
)
crypto_spawn_ahash()
argument
266
crypto_
spawn
_shash( struct crypto_shash_
spawn
*
spawn
)
crypto_spawn_shash()
argument
[all...]
H
A
D
skcipher.h
104
static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *
spawn
)
in crypto_drop_skcipher()
argument
247
struct crypto_cipher_spawn *
spawn
in skcipher_ialg_simple()
local
109
crypto_skcipher_
spawn
_alg( struct crypto_skcipher_
spawn
*
spawn
)
crypto_skcipher_spawn_alg()
argument
115
crypto_
spawn
_skcipher_alg( struct crypto_skcipher_
spawn
*
spawn
)
crypto_spawn_skcipher_alg()
argument
121
crypto_
spawn
_skcipher( struct crypto_skcipher_
spawn
*
spawn
)
crypto_spawn_skcipher()
argument
[all...]
/kernel/linux/linux-6.6/crypto/
H
A
D
geniv.c
44
struct crypto_aead_spawn *
spawn
;
in aead_geniv_alloc()
local
H
A
D
kpp.c
117
int crypto_grab_kpp(struct crypto_kpp_spawn *
spawn
,
in crypto_grab_kpp()
argument
Completed in 12 milliseconds
1
2
3