Home
last modified time | relevance | path

Searched refs:cryptd_aead_ctx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dcryptd.c89 struct cryptd_aead_ctx { struct
699 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(parent); in cryptd_aead_setkey()
708 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(parent); in cryptd_aead_setauthsize()
720 struct cryptd_aead_ctx *ctx; in cryptd_aead_crypt()
749 struct cryptd_aead_ctx *ctx = crypto_tfm_ctx(areq->tfm); in cryptd_aead_encrypt()
759 struct cryptd_aead_ctx *ctx = crypto_tfm_ctx(areq->tfm); in cryptd_aead_decrypt()
794 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(tfm); in cryptd_aead_init_tfm()
810 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(tfm); in cryptd_aead_exit_tfm()
855 inst->alg.base.cra_ctxsize = sizeof(struct cryptd_aead_ctx); in cryptd_create_aead()
1018 struct cryptd_aead_ctx *ct in cryptd_alloc_aead()
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dcryptd.c89 struct cryptd_aead_ctx { struct
722 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(parent); in cryptd_aead_setkey()
731 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(parent); in cryptd_aead_setauthsize()
744 struct cryptd_aead_ctx *ctx; in cryptd_aead_crypt()
787 struct cryptd_aead_ctx *ctx; in cryptd_aead_encrypt()
799 struct cryptd_aead_ctx *ctx; in cryptd_aead_decrypt()
838 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(tfm); in cryptd_aead_init_tfm()
854 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(tfm); in cryptd_aead_exit_tfm()
899 inst->alg.base.cra_ctxsize = sizeof(struct cryptd_aead_ctx); in cryptd_create_aead()
1062 struct cryptd_aead_ctx *ct in cryptd_alloc_aead()
[all...]

Completed in 4 milliseconds