Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/vmx/
Daes_cbc.c33 struct p8_aes_cbc_ctx { struct
43 struct p8_aes_cbc_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_cbc_init() argument
71 struct p8_aes_cbc_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_cbc_exit()
83 struct p8_aes_cbc_ctx *ctx = crypto_tfm_ctx(tfm); in p8_aes_cbc_setkey()
104 struct p8_aes_cbc_ctx *ctx = in p8_aes_cbc_encrypt()
145 struct p8_aes_cbc_ctx *ctx = in p8_aes_cbc_decrypt()
190 .cra_ctxsize = sizeof(struct p8_aes_cbc_ctx),