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

/linux-4.1.27/arch/sparc/crypto/
H A Daes_glue.c50 struct crypto_sparc64_aes_ctx { struct
169 struct crypto_sparc64_aes_ctx *ctx = crypto_tfm_ctx(tfm); aes_set_key()
201 struct crypto_sparc64_aes_ctx *ctx = crypto_tfm_ctx(tfm); aes_encrypt()
208 struct crypto_sparc64_aes_ctx *ctx = crypto_tfm_ctx(tfm); aes_decrypt()
219 struct crypto_sparc64_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_encrypt()
248 struct crypto_sparc64_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_decrypt()
279 struct crypto_sparc64_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_encrypt()
308 struct crypto_sparc64_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_decrypt()
336 static void ctr_crypt_final(struct crypto_sparc64_aes_ctx *ctx, ctr_crypt_final()
356 struct crypto_sparc64_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_crypt()
391 .cra_ctxsize = sizeof(struct crypto_sparc64_aes_ctx),
409 .cra_ctxsize = sizeof(struct crypto_sparc64_aes_ctx),
428 .cra_ctxsize = sizeof(struct crypto_sparc64_aes_ctx),
448 .cra_ctxsize = sizeof(struct crypto_sparc64_aes_ctx),

Completed in 33 milliseconds