Home
last modified time | relevance | path

Searched defs:spawn (Results 1 - 25 of 54) sorted by relevance

123

/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Dintel-cqm.c16 static pid_t spawn(void) in spawn() function
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
H A Dintel-cqm.c16 static pid_t spawn(void) in spawn() function
/kernel/linux/linux-5.10/crypto/
H A Dgeniv.c44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
H A Dcmac.c204 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 Dxcbc.c170 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 Dakcipher.c93 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, in crypto_grab_akcipher() argument
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 Dakcipher.h91 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 Daead.h88 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 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/include/crypto/internal/
H A Dcipher.h185 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 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...]
/kernel/linux/linux-6.6/crypto/
H A Dgeniv.c44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
H A Dkpp.c117 int crypto_grab_kpp(struct crypto_kpp_spawn *spawn, in crypto_grab_kpp() argument

Completed in 12 milliseconds

123