Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dpcrypt.c31 struct pcrypt_aead_ctx { struct
45 struct pcrypt_aead_ctx *ctx = crypto_aead_ctx(parent); in pcrypt_aead_setkey() argument
53 struct pcrypt_aead_ctx *ctx = crypto_aead_ctx(parent); in pcrypt_aead_setauthsize()
99 struct pcrypt_aead_ctx *ctx = crypto_aead_ctx(aead); in pcrypt_aead_encrypt()
148 struct pcrypt_aead_ctx *ctx = crypto_aead_ctx(aead); in pcrypt_aead_decrypt()
180 struct pcrypt_aead_ctx *ctx = crypto_aead_ctx(tfm); in pcrypt_aead_init_tfm()
205 struct pcrypt_aead_ctx *ctx = crypto_aead_ctx(tfm); in pcrypt_aead_exit_tfm()
275 inst->alg.base.cra_ctxsize = sizeof(struct pcrypt_aead_ctx); in pcrypt_create_aead()