Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/vmx/
H A Daes_cbc.c18 struct p8_aes_cbc_ctx { struct
26 struct p8_aes_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_cbc_init()
46 struct p8_aes_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_cbc_exit()
54 struct p8_aes_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_cbc_setkey()
74 const struct p8_aes_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_cbc_crypt()
124 .base.cra_ctxsize = sizeof(struct p8_aes_cbc_ctx),
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Daes_cbc.c18 struct p8_aes_cbc_ctx { struct
26 struct p8_aes_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_cbc_init()
46 struct p8_aes_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_cbc_exit()
54 struct p8_aes_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_cbc_setkey()
74 const struct p8_aes_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_cbc_crypt()
124 .base.cra_ctxsize = sizeof(struct p8_aes_cbc_ctx),

Completed in 1 milliseconds