Home
last modified time | relevance | path

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

/Linux-v4.19/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()
93 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_set_key()
113 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_encrypt()
124 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_decrypt()
137 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_init_cip()
153 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_exit_cip()
166 .cra_ctxsize = sizeof(struct s390_aes_ctx),
184 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_blk()
206 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(tfm); in fallback_blk_dec()
[all …]