| /crypto/ |
| D | algapi.c | 112 struct crypto_spawn *spawn, *n; in crypto_more_spawns() local 161 struct crypto_spawn *spawn, *n; in crypto_remove_spawns() local 614 struct crypto_spawn *spawn; in crypto_register_instance() local 684 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, in crypto_grab_spawn() 720 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn() 735 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg() 760 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() 786 void *crypto_spawn_tfm2(struct crypto_spawn *spawn) in crypto_spawn_tfm2()
|
| D | ecb.c | 72 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
|
| D | ctr.c | 221 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
|
| D | xcbc.c | 166 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm() local 187 struct crypto_cipher_spawn *spawn; in xcbc_create() local
|
| D | cmac.c | 198 struct crypto_cipher_spawn *spawn; in cmac_init_tfm() local 235 struct crypto_cipher_spawn *spawn; in cmac_create() local
|
| D | hmac.c | 142 struct crypto_shash_spawn *spawn = shash_instance_ctx(inst); in hmac_init_tfm() local 180 struct crypto_shash_spawn *spawn; in hmac_create() local
|
| 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
|
| D | geniv.c | 44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
|
| 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
|
| D | lskcipher.c | 327 int crypto_grab_lskcipher(struct crypto_lskcipher_spawn *spawn, in crypto_grab_lskcipher() 440 struct crypto_lskcipher_spawn *spawn; in lskcipher_init_tfm_simple() local 487 struct crypto_lskcipher_spawn *spawn; in lskcipher_alloc_instance_simple() local
|
| D | cryptd.c | 50 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 837 struct crypto_aead_spawn *spawn = &ictx->aead_spawn; in cryptd_aead_init_tfm() local
|
| D | kpp.c | 91 int crypto_grab_kpp(struct crypto_kpp_spawn *spawn, in crypto_grab_kpp()
|
| D | ccm.c | 669 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); in crypto_rfc4309_init_tfm() local 709 struct crypto_aead_spawn *spawn; in crypto_rfc4309_create() local 840 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm() local 861 struct crypto_cipher_spawn *spawn; in cbcmac_create() local
|
| D | rsa-pkcs1pad.c | 120 struct crypto_akcipher_spawn spawn; member 615 struct crypto_akcipher_spawn *spawn = &ctx->spawn; in pkcs1pad_free() local
|
| D | skcipher.c | 824 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher() 993 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple() local 1039 struct crypto_cipher_spawn *spawn; in skcipher_alloc_instance_simple() local
|
| D | aead.c | 190 int crypto_grab_aead(struct crypto_aead_spawn *spawn, in crypto_grab_aead()
|
| D | akcipher.c | 89 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, in crypto_grab_akcipher()
|
| D | gcm.c | 788 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); in crypto_rfc4106_init_tfm() local 828 struct crypto_aead_spawn *spawn; in crypto_rfc4106_create() local 987 struct crypto_aead_spawn *spawn = &ictx->aead; in crypto_rfc4543_init_tfm() local
|
| D | vmac.c | 600 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in vmac_init_tfm() local 622 struct crypto_cipher_spawn *spawn; in vmac_create() local
|
| D | pcrypt.c | 25 struct crypto_aead_spawn spawn; member
|
| D | xts.c | 30 struct crypto_skcipher_spawn spawn; member
|
| D | shash.c | 279 int crypto_grab_shash(struct crypto_shash_spawn *spawn, in crypto_grab_shash()
|
| D | ahash.c | 546 int crypto_grab_ahash(struct crypto_ahash_spawn *spawn, in crypto_grab_ahash()
|