Home
last modified time | relevance | path

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

/openbmc/linux/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 *sctx, in fallback_skcipher_crypt()
[all …]