Home
last modified time | relevance | path

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

/drivers/crypto/vmx/
Daes.c22 struct p8_aes_ctx { struct
32 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_init() argument
53 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_exit()
65 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_setkey()
83 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_encrypt()
100 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_decrypt()
124 .cra_ctxsize = sizeof(struct p8_aes_ctx),