Lines Matching refs:crypto_sparc64_aes_ctx
52 struct crypto_sparc64_aes_ctx { struct
171 struct crypto_sparc64_aes_ctx *ctx = crypto_tfm_ctx(tfm); in aes_set_key()
207 struct crypto_sparc64_aes_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_aes_encrypt()
214 struct crypto_sparc64_aes_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_aes_decrypt()
222 const struct crypto_sparc64_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
245 const struct crypto_sparc64_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
271 const struct crypto_sparc64_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
295 const struct crypto_sparc64_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
319 static void ctr_crypt_final(const struct crypto_sparc64_aes_ctx *ctx, in ctr_crypt_final()
337 const struct crypto_sparc64_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_crypt()
368 .cra_ctxsize = sizeof(struct crypto_sparc64_aes_ctx),
388 .base.cra_ctxsize = sizeof(struct crypto_sparc64_aes_ctx),
401 .base.cra_ctxsize = sizeof(struct crypto_sparc64_aes_ctx),
415 .base.cra_ctxsize = sizeof(struct crypto_sparc64_aes_ctx),