Home
last modified time | relevance | path

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

/drivers/crypto/vmx/
Daes.c21 struct p8_aes_ctx { struct
31 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_init() argument
52 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_exit()
64 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_setkey()
82 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_encrypt()
99 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_decrypt()
123 .cra_ctxsize = sizeof(struct p8_aes_ctx),