Searched refs:aead_crypto_instance (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/include/crypto/internal/ |
D | aead.h | 42 static inline struct crypto_instance *aead_crypto_instance( in aead_crypto_instance() function 60 return crypto_instance_ctx(aead_crypto_instance(inst)); in aead_instance_ctx()
|
/Linux-v5.4/crypto/ |
D | pcrypt.c | 237 crypto_set_aead_spawn(&ctx->spawn, aead_crypto_instance(inst)); in pcrypt_create_aead() 244 err = pcrypt_init_instance(aead_crypto_instance(inst), &alg->base); in pcrypt_create_aead()
|
D | aead.c | 263 crypto_set_aead_spawn(spawn, aead_crypto_instance(inst)); in aead_geniv_alloc() 460 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
|
D | authenc.c | 422 aead_crypto_instance(inst)); in crypto_authenc_create() 426 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_create()
|
D | authencesn.c | 440 aead_crypto_instance(inst)); in crypto_authenc_esn_create() 444 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_esn_create()
|
D | gcm.c | 619 aead_crypto_instance(inst)); in crypto_gcm_create_common() 628 crypto_set_skcipher_spawn(&ctx->ctr, aead_crypto_instance(inst)); in crypto_gcm_create_common() 892 crypto_set_aead_spawn(spawn, aead_crypto_instance(inst)); in crypto_rfc4106_create() 1130 crypto_set_aead_spawn(spawn, aead_crypto_instance(inst)); in crypto_rfc4543_create()
|
D | ccm.c | 494 aead_crypto_instance(inst)); in crypto_ccm_create_common() 498 crypto_set_skcipher_spawn(&ictx->ctr, aead_crypto_instance(inst)); in crypto_ccm_create_common() 770 crypto_set_aead_spawn(spawn, aead_crypto_instance(inst)); in crypto_rfc4309_create()
|
D | chacha20poly1305.c | 612 aead_crypto_instance(inst)); in chachapoly_create() 616 crypto_set_skcipher_spawn(&ctx->chacha, aead_crypto_instance(inst)); in chachapoly_create()
|
D | cryptd.c | 877 crypto_set_aead_spawn(&ctx->aead_spawn, aead_crypto_instance(inst)); in cryptd_create_aead() 883 err = cryptd_init_instance(aead_crypto_instance(inst), &alg->base); in cryptd_create_aead()
|
D | essiv.c | 516 inst = aead_crypto_instance(aead_inst); in essiv_create()
|