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

/linux-4.1.27/arch/powerpc/crypto/
H A Daes-spe-glue.c42 struct ppc_aes_ctx { struct
95 struct ppc_aes_ctx *ctx = crypto_tfm_ctx(tfm); ppc_aes_setkey()
163 struct ppc_aes_ctx *ctx = crypto_tfm_ctx(tfm); ppc_aes_encrypt()
172 struct ppc_aes_ctx *ctx = crypto_tfm_ctx(tfm); ppc_aes_decrypt()
182 struct ppc_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ppc_ecb_encrypt()
210 struct ppc_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ppc_ecb_decrypt()
238 struct ppc_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ppc_cbc_encrypt()
266 struct ppc_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ppc_cbc_decrypt()
294 struct ppc_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ppc_ctr_crypt()
397 .cra_ctxsize = sizeof(struct ppc_aes_ctx),
415 .cra_ctxsize = sizeof(struct ppc_aes_ctx),
435 .cra_ctxsize = sizeof(struct ppc_aes_ctx),
455 .cra_ctxsize = sizeof(struct ppc_aes_ctx),

Completed in 36 milliseconds