Home
last modified time | relevance | path

Searched defs:spawn (Results 26 - 50 of 81) sorted by relevance

1234

/kernel/linux/linux-6.6/include/crypto/internal/
H A Daead.h103 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 Dakcipher.h113 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 Dkpp.h204 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 Dhash.h98 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 Dskcipher.h104 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...]
/third_party/libuv/test/
H A Dbenchmark-spawn.c103 static void spawn(void) { in spawn() function
/third_party/node/lib/
H A Dchild_process.js753 function spawn(file, args, options) { function
/third_party/python/Lib/multiprocessing/
H A Dforkserver.py15 from . import spawn namespace
/third_party/skia/experimental/tools/
H A Dpdf-comparison.py123 def spawn(cmd): function
/kernel/linux/linux-5.10/crypto/
H A Dpcrypt.c25 struct crypto_aead_spawn spawn; member
H A Dxts.c29 struct crypto_skcipher_spawn spawn; member
H A Dlrw.c268 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 Dhmac.c145 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 Daead.c204 int crypto_grab_aead(struct crypto_aead_spawn *spawn, in crypto_grab_aead() argument
H A Dcts.c286 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 Dctr.c220 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 Dhash.h92 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 Dskcipher.h95 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/crypto/
H A Dpcrypt.c25 struct crypto_aead_spawn spawn; member
H A Dcmac.c205 struct crypto_cipher_spawn *spawn; in cmac_init_tfm() local
242 struct crypto_cipher_spawn *spawn; in cmac_create() local
H A Dlrw.c268 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 Daead.c257 int crypto_grab_aead(struct crypto_aead_spawn *spawn, in crypto_grab_aead() argument
H A Dakcipher.c116 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, in crypto_grab_akcipher() argument
H A Dcts.c286 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 Dctr.c221 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); in crypto_rfc3686_init_tfm() local
251 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); in crypto_rfc3686_free() local
262 struct crypto_skcipher_spawn *spawn; in crypto_rfc3686_create() local

Completed in 21 milliseconds

1234