Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/crypto/
H A 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 *sct
[all...]
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Daes_s390.c43 struct s390_aes_ctx { struct
75 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_cip()
87 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_set_key()
107 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_encrypt()
118 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_decrypt()
131 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_init_cip()
147 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_exit_cip()
160 .cra_ctxsize = sizeof(struct s390_aes_ctx),
178 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in setkey_fallback_skcipher()
188 static int fallback_skcipher_crypt(struct s390_aes_ctx *sct
[all...]

Completed in 2 milliseconds