Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/crypto/
H A Daes-spe-glue.c41 struct ppc_aes_ctx { struct
95 struct ppc_aes_ctx *ctx = crypto_tfm_ctx(tfm); in ppc_aes_setkey()
164 struct ppc_aes_ctx *ctx = crypto_tfm_ctx(tfm); in ppc_aes_encrypt()
173 struct ppc_aes_ctx *ctx = crypto_tfm_ctx(tfm); in ppc_aes_decrypt()
183 struct ppc_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ppc_ecb_crypt()
222 struct ppc_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ppc_cbc_crypt()
263 struct ppc_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ppc_ctr_crypt()
419 .cra_ctxsize = sizeof(struct ppc_aes_ctx),
439 .base.cra_ctxsize = sizeof(struct ppc_aes_ctx),
451 .base.cra_ctxsize = sizeof(struct ppc_aes_ctx),
[all …]