Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/crypto/
Dpaes_s390.c110 struct s390_paes_ctx { struct
139 static inline int __paes_convert_key(struct s390_paes_ctx *ctx) in __paes_convert_key()
155 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_init()
165 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_exit()
170 static inline int __ecb_paes_set_key(struct s390_paes_ctx *ctx) in __ecb_paes_set_key()
192 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_set_key()
205 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_crypt()
254 .base.cra_ctxsize = sizeof(struct s390_paes_ctx),
268 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_init()
278 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_exit()
[all …]