Home
last modified time | relevance | path

Searched refs:aead_crypto_instance (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/include/crypto/internal/
A Daead.h47 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-6.3-rc2/crypto/
A Dpcrypt.c256 err = crypto_grab_aead(&ctx->spawn, aead_crypto_instance(inst), in pcrypt_create_aead()
262 err = pcrypt_init_instance(aead_crypto_instance(inst), &alg->base); in pcrypt_create_aead()
A Dgeniv.c62 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in aead_geniv_alloc()
A Dauthencesn.c407 err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst), in crypto_authenc_esn_create()
414 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_esn_create()
A Dauthenc.c390 err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst), in crypto_authenc_create()
397 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_create()
A Dgcm.c595 err = crypto_grab_ahash(&ctx->ghash, aead_crypto_instance(inst), in crypto_gcm_create_common()
606 err = crypto_grab_skcipher(&ctx->ctr, aead_crypto_instance(inst), in crypto_gcm_create_common()
843 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in crypto_rfc4106_create()
1058 err = crypto_grab_aead(&ctx->aead, aead_crypto_instance(inst), in crypto_rfc4543_create()
A Dccm.c466 err = crypto_grab_ahash(&ictx->mac, aead_crypto_instance(inst), in crypto_ccm_create_common()
477 err = crypto_grab_skcipher(&ictx->ctr, aead_crypto_instance(inst), in crypto_ccm_create_common()
723 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in crypto_rfc4309_create()
A Daead.c298 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
A Dchacha20poly1305.c578 err = crypto_grab_skcipher(&ctx->chacha, aead_crypto_instance(inst), in chachapoly_create()
584 err = crypto_grab_ahash(&ctx->poly, aead_crypto_instance(inst), in chachapoly_create()
A Dcryptd.c871 err = crypto_grab_aead(&ctx->aead_spawn, aead_crypto_instance(inst), in cryptd_create_aead()
877 err = cryptd_init_instance(aead_crypto_instance(inst), &alg->base); in cryptd_create_aead()
A Dessiv.c502 inst = aead_crypto_instance(aead_inst); in essiv_create()

Completed in 21 milliseconds