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

/linux-4.1.27/crypto/
H A Dpcrypt.c67 struct pcrypt_aead_ctx { struct
104 struct pcrypt_aead_ctx *ctx = crypto_aead_ctx(parent); pcrypt_aead_setkey()
112 struct pcrypt_aead_ctx *ctx = crypto_aead_ctx(parent); pcrypt_aead_setauthsize()
165 struct pcrypt_aead_ctx *ctx = crypto_aead_ctx(aead); pcrypt_aead_encrypt()
207 struct pcrypt_aead_ctx *ctx = crypto_aead_ctx(aead); pcrypt_aead_decrypt()
250 struct pcrypt_aead_ctx *ctx = crypto_aead_ctx(aead); pcrypt_aead_givencrypt()
278 struct pcrypt_aead_ctx *ctx = crypto_tfm_ctx(tfm); pcrypt_aead_init_tfm()
304 struct pcrypt_aead_ctx *ctx = crypto_tfm_ctx(tfm); pcrypt_aead_exit_tfm()
368 inst->alg.cra_ctxsize = sizeof(struct pcrypt_aead_ctx); pcrypt_alloc_aead()

Completed in 50 milliseconds