Home
last modified time | relevance | path

Searched defs:spawn (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.3-rc2/include/crypto/internal/
A Dcipher.h183 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher()
193 static inline void crypto_drop_cipher(struct crypto_cipher_spawn *spawn) in crypto_drop_cipher()
199 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher_alg()
205 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher()
A Dhash.h98 static inline void crypto_drop_ahash(struct crypto_ahash_spawn *spawn) in crypto_drop_ahash()
104 struct crypto_ahash_spawn *spawn) in crypto_spawn_ahash_alg()
121 static inline void crypto_drop_shash(struct crypto_shash_spawn *spawn) in crypto_drop_shash()
127 struct crypto_shash_spawn *spawn) in crypto_spawn_shash_alg()
211 struct crypto_ahash_spawn *spawn) in crypto_spawn_ahash()
257 struct crypto_shash_spawn *spawn) in crypto_spawn_shash()
A Dskcipher.h104 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher()
110 struct crypto_skcipher_spawn *spawn) in crypto_skcipher_spawn_alg()
116 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher_alg()
122 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher()
247 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_ialg_simple() local
A Dkpp.h204 static inline void crypto_drop_kpp(struct crypto_kpp_spawn *spawn) in crypto_drop_kpp()
222 struct crypto_kpp_spawn *spawn) in crypto_spawn_kpp_alg()
240 struct crypto_kpp_spawn *spawn) in crypto_spawn_kpp()
A Dakcipher.h108 struct crypto_akcipher_spawn *spawn) in crypto_spawn_akcipher()
113 static inline void crypto_drop_akcipher(struct crypto_akcipher_spawn *spawn) in crypto_drop_akcipher()
119 struct crypto_akcipher_spawn *spawn) in crypto_spawn_akcipher_alg()
A Daead.h103 static inline void crypto_drop_aead(struct crypto_aead_spawn *spawn) in crypto_drop_aead()
109 struct crypto_aead_spawn *spawn) in crypto_spawn_aead_alg()
115 struct crypto_aead_spawn *spawn) in crypto_spawn_aead()
/linux-6.3-rc2/crypto/
A Dalgapi.c100 struct crypto_spawn *spawn, *n; in crypto_more_spawns() local
149 struct crypto_spawn *spawn, *n; in crypto_remove_spawns() local
641 struct crypto_spawn *spawn; in crypto_register_instance() local
711 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, in crypto_grab_spawn()
747 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn()
762 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
787 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
813 void *crypto_spawn_tfm2(struct crypto_spawn *spawn) in crypto_spawn_tfm2()
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
A Dcmac.c205 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cmac_init_tfm() local
226 struct crypto_cipher_spawn *spawn; in cmac_create() local
A Dxcbc.c171 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm() local
192 struct crypto_cipher_spawn *spawn; in xcbc_create() local
A Dhmac.c149 struct crypto_shash_spawn *spawn = shash_instance_ctx(inst); in hmac_init_tfm() local
172 struct crypto_shash_spawn *spawn; in hmac_create() local
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
A Dcryptd.c50 struct crypto_spawn spawn; member
55 struct crypto_skcipher_spawn spawn; member
60 struct crypto_shash_spawn spawn; member
343 struct crypto_skcipher_spawn *spawn = &ictx->spawn; in cryptd_skcipher_init_tfm() local
434 struct crypto_shash_spawn *spawn = &ictx->spawn; in cryptd_hash_init_tfm() local
821 struct crypto_aead_spawn *spawn = &ictx->aead_spawn; in cryptd_aead_init_tfm() local
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
A Dccm.c670 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); in crypto_rfc4309_init_tfm() local
710 struct crypto_aead_spawn *spawn; in crypto_rfc4309_create() local
844 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm() local
865 struct crypto_cipher_spawn *spawn; in cbcmac_create() local
A Dgeniv.c44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
A Dskcipher.c730 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher()
874 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple() local
920 struct crypto_cipher_spawn *spawn; in skcipher_alloc_instance_simple() local
A Dkpp.c98 int crypto_grab_kpp(struct crypto_kpp_spawn *spawn, in crypto_grab_kpp()
A Dakcipher.c93 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, in crypto_grab_akcipher()
A Drsa-pkcs1pad.c97 struct crypto_akcipher_spawn spawn; member
592 struct crypto_akcipher_spawn *spawn = &ctx->spawn; in pkcs1pad_free() local
A Dgcm.c790 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); in crypto_rfc4106_init_tfm() local
830 struct crypto_aead_spawn *spawn; in crypto_rfc4106_create() local
989 struct crypto_aead_spawn *spawn = &ictx->aead; in crypto_rfc4543_init_tfm() local
A Daead.c205 int crypto_grab_aead(struct crypto_aead_spawn *spawn, in crypto_grab_aead()
A Dvmac.c600 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in vmac_init_tfm() local
622 struct crypto_cipher_spawn *spawn; in vmac_create() local
A Dpcrypt.c25 struct crypto_aead_spawn spawn; member
/linux-6.3-rc2/tools/perf/arch/x86/tests/
A Dintel-cqm.c16 static pid_t spawn(void) in spawn() function

Completed in 48 milliseconds

12