Searched refs:ppc_aes_ctx (Results 1 – 1 of 1) sorted by relevance
41 struct ppc_aes_ctx { struct95 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 …]