Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/vmx/
Daes.c32 struct p8_aes_ctx { struct
42 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_init() argument
63 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_exit()
75 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_setkey()
92 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_encrypt()
109 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_decrypt()
133 .cra_ctxsize = sizeof(struct p8_aes_ctx),