Home
last modified time | relevance | path

Searched refs:s390_aes_ctx (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/crypto/
Daes_s390.c42 struct s390_aes_ctx { struct
74 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_cip()
86 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_set_key()
106 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_encrypt()
117 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_decrypt()
130 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_init_cip()
146 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_exit_cip()
159 .cra_ctxsize = sizeof(struct s390_aes_ctx),
177 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in setkey_fallback_skcipher()
187 static int fallback_skcipher_crypt(struct s390_aes_ctx *sctx, in fallback_skcipher_crypt()
[all …]