Searched refs:aead_crypto_instance (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/crypto/internal/ |
D | aead.h | 47 static inline struct crypto_instance *aead_crypto_instance( in aead_crypto_instance() function 65 return crypto_instance_ctx(aead_crypto_instance(inst)); in aead_instance_ctx()
|
/Linux-v4.19/crypto/ |
D | aead.c | 233 crypto_set_aead_spawn(spawn, aead_crypto_instance(inst)); in aead_geniv_alloc() 430 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
|
D | pcrypt.c | 304 crypto_set_aead_spawn(&ctx->spawn, aead_crypto_instance(inst)); in pcrypt_create_aead() 311 err = pcrypt_init_instance(aead_crypto_instance(inst), &alg->base); in pcrypt_create_aead()
|
D | authenc.c | 419 aead_crypto_instance(inst)); in crypto_authenc_create() 423 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_create()
|
D | authencesn.c | 445 aead_crypto_instance(inst)); in crypto_authenc_esn_create() 449 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_esn_create()
|
D | gcm.c | 636 aead_crypto_instance(inst)); in crypto_gcm_create_common() 644 crypto_set_skcipher_spawn(&ctx->ctr, aead_crypto_instance(inst)); in crypto_gcm_create_common() 930 crypto_set_aead_spawn(spawn, aead_crypto_instance(inst)); in crypto_rfc4106_create() 1172 crypto_set_aead_spawn(spawn, aead_crypto_instance(inst)); in crypto_rfc4543_create()
|
D | ccm.c | 496 aead_crypto_instance(inst)); in crypto_ccm_create_common() 500 crypto_set_skcipher_spawn(&ictx->ctr, aead_crypto_instance(inst)); in crypto_ccm_create_common() 792 crypto_set_aead_spawn(spawn, aead_crypto_instance(inst)); in crypto_rfc4309_create()
|
D | chacha20poly1305.c | 627 aead_crypto_instance(inst)); in chachapoly_create() 631 crypto_set_skcipher_spawn(&ctx->chacha, aead_crypto_instance(inst)); in chachapoly_create()
|
D | cryptd.c | 1075 crypto_set_aead_spawn(&ctx->aead_spawn, aead_crypto_instance(inst)); in cryptd_create_aead() 1081 err = cryptd_init_instance(aead_crypto_instance(inst), &alg->base); in cryptd_create_aead()
|