Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/crypto/
H A Daes_s390.c43 struct s390_aes_ctx { struct
79 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_cip()
91 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_set_key()
111 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_encrypt()
122 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_decrypt()
135 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_init_cip()
151 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_exit_cip()
164 .cra_ctxsize = sizeof(struct s390_aes_ctx),
290 .base.cra_ctxsize = sizeof(struct s390_aes_ctx),
370 .base.cra_ctxsize = sizeof(struct s390_aes_ctx),
[all …]