Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/vmx/
Daes_cbc.c34 struct p8_aes_cbc_ctx { struct
44 struct p8_aes_cbc_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_cbc_init() argument
66 struct p8_aes_cbc_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_cbc_exit()
78 struct p8_aes_cbc_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_cbc_setkey()
99 struct p8_aes_cbc_ctx *ctx = in p8_aes_cbc_encrypt()
138 struct p8_aes_cbc_ctx *ctx = in p8_aes_cbc_decrypt()
181 .cra_ctxsize = sizeof(struct p8_aes_cbc_ctx),