Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/crypto/
Dpaes_s390.c111 struct s390_paes_ctx { struct
143 static inline int __paes_convert_key(struct s390_paes_ctx *ctx) in __paes_convert_key()
161 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_init()
171 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_exit()
176 static inline int __ecb_paes_set_key(struct s390_paes_ctx *ctx) in __ecb_paes_set_key()
200 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_set_key()
213 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_crypt()
262 .base.cra_ctxsize = sizeof(struct s390_paes_ctx),
276 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_init()
286 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_exit()
[all …]