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

/linux-4.1.27/drivers/crypto/vmx/
H A Daes_cbc.c33 struct p8_aes_cbc_ctx { struct
43 struct p8_aes_cbc_ctx *ctx = crypto_tfm_ctx(tfm); p8_aes_cbc_init()
68 struct p8_aes_cbc_ctx *ctx = crypto_tfm_ctx(tfm); p8_aes_cbc_exit()
80 struct p8_aes_cbc_ctx *ctx = crypto_tfm_ctx(tfm); p8_aes_cbc_setkey()
99 struct p8_aes_cbc_ctx *ctx = crypto_tfm_ctx( p8_aes_cbc_encrypt()
135 struct p8_aes_cbc_ctx *ctx = crypto_tfm_ctx( p8_aes_cbc_decrypt()
175 .cra_ctxsize = sizeof(struct p8_aes_cbc_ctx),

Completed in 30 milliseconds