Searched refs:crypto_sparc64_aes_ctx (Results 1 – 1 of 1) sorted by relevance
51 struct crypto_sparc64_aes_ctx { struct170 struct crypto_sparc64_aes_ctx *ctx = crypto_tfm_ctx(tfm); in aes_set_key()206 struct crypto_sparc64_aes_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_aes_encrypt()213 struct crypto_sparc64_aes_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_aes_decrypt()221 const struct crypto_sparc64_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()244 const struct crypto_sparc64_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()270 const struct crypto_sparc64_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()367 .cra_ctxsize = sizeof(struct crypto_sparc64_aes_ctx),387 .base.cra_ctxsize = sizeof(struct crypto_sparc64_aes_ctx),400 .base.cra_ctxsize = sizeof(struct crypto_sparc64_aes_ctx),[all …]
Completed in 5 milliseconds