Home
last modified time | relevance | path

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

12

/crypto/
A Decdsa-p1363.c71 struct crypto_sig_spawn *spawn = sig_instance_ctx(inst); in ecdsa_p1363_init_tfm() local
93 struct crypto_sig_spawn *spawn = sig_instance_ctx(inst); in ecdsa_p1363_free() local
101 struct crypto_sig_spawn *spawn; in ecdsa_p1363_create() local
A Dalgapi.c118 struct crypto_spawn *spawn, *n; in crypto_more_spawns() local
169 struct crypto_spawn *spawn, *n; in crypto_remove_spawns() local
649 struct crypto_spawn *spawn; in crypto_register_instance() local
723 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, in crypto_grab_spawn()
759 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn()
774 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
799 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
825 void *crypto_spawn_tfm2(struct crypto_spawn *spawn) in crypto_spawn_tfm2()
A Decb.c72 struct crypto_cipher_spawn *spawn; in lskcipher_init_tfm_simple2() local
100 struct crypto_cipher_spawn *spawn; in lskcipher_alloc_instance_simple2() local
173 struct crypto_lskcipher_spawn *spawn; in crypto_ecb_create() local
A Decdsa-x962.c148 struct crypto_sig_spawn *spawn = sig_instance_ctx(inst); in ecdsa_x962_init_tfm() local
170 struct crypto_sig_spawn *spawn = sig_instance_ctx(inst); in ecdsa_x962_free() local
178 struct crypto_sig_spawn *spawn; in ecdsa_x962_create() local
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
261 struct crypto_skcipher_spawn *spawn; in crypto_rfc3686_create() local
A Dxcbc.c109 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm() local
130 struct crypto_cipher_spawn *spawn; in xcbc_create() local
A Dcmac.c141 struct crypto_cipher_spawn *spawn; in cmac_init_tfm() local
178 struct crypto_cipher_spawn *spawn; in cmac_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 Dgeniv.c43 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() 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 Drsa-pkcs1pad.c25 struct crypto_akcipher_spawn spawn; member
304 struct crypto_akcipher_spawn *spawn = &ctx->spawn; in pkcs1pad_free() local
A Dlskcipher.c328 int crypto_grab_lskcipher(struct crypto_lskcipher_spawn *spawn, in crypto_grab_lskcipher()
441 struct crypto_lskcipher_spawn *spawn; in lskcipher_init_tfm_simple() local
488 struct crypto_lskcipher_spawn *spawn; in lskcipher_alloc_instance_simple() local
A Dhmac.c150 struct crypto_shash_spawn *spawn = shash_instance_ctx(inst); in hmac_init_tfm() local
186 struct crypto_shash_spawn *spawn; in __hmac_create_shash() local
451 struct crypto_ahash_spawn *spawn; in hmac_create_ahash() local
A Dskcipher.c377 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher()
546 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple() local
592 struct crypto_cipher_spawn *spawn; in skcipher_alloc_instance_simple() local
A Drsassa-pkcs1.c154 struct crypto_akcipher_spawn spawn; member
349 struct crypto_akcipher_spawn *spawn = &ctx->spawn; in rsassa_pkcs1_free() local
A Dcryptd.c51 struct crypto_spawn spawn; member
56 struct crypto_skcipher_spawn spawn; member
61 struct crypto_shash_spawn spawn; member
349 struct crypto_skcipher_spawn *spawn = &ictx->spawn; in cryptd_skcipher_init_tfm() local
440 struct crypto_shash_spawn *spawn = &ictx->spawn; in cryptd_hash_init_tfm() local
843 struct crypto_aead_spawn *spawn = &ictx->aead_spawn; in cryptd_aead_init_tfm() local
A Dccm.c665 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); in crypto_rfc4309_init_tfm() local
705 struct crypto_aead_spawn *spawn; in crypto_rfc4309_create() local
829 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm() local
850 struct crypto_cipher_spawn *spawn; in cbcmac_create() local
A Dkpp.c92 int crypto_grab_kpp(struct crypto_kpp_spawn *spawn, in crypto_grab_kpp()
A Dsig.c172 int crypto_grab_sig(struct crypto_sig_spawn *spawn, in crypto_grab_sig()
A Daead.c192 int crypto_grab_aead(struct crypto_aead_spawn *spawn, in crypto_grab_aead()
A Dakcipher.c103 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, in crypto_grab_akcipher()
A Dgcm.c784 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); in crypto_rfc4106_init_tfm() local
824 struct crypto_aead_spawn *spawn; in crypto_rfc4106_create() local
967 struct crypto_aead_spawn *spawn = &ictx->aead; in crypto_rfc4543_init_tfm() local
A Dpcrypt.c25 struct crypto_aead_spawn spawn; member
A Dxts.c30 struct crypto_skcipher_spawn spawn; member
A Dshash.c377 int crypto_grab_shash(struct crypto_shash_spawn *spawn, in crypto_grab_shash()

Completed in 37 milliseconds

12