Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/crypto/
H A Dpaes_s390.c111 struct s390_paes_ctx { struct
144 static inline int __paes_convert_key(struct s390_paes_ctx *ctx) in __paes_convert_key()
163 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_init()
173 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_exit()
178 static inline int __ecb_paes_set_key(struct s390_paes_ctx *ctx) in __ecb_paes_set_key()
202 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_set_key()
215 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_crypt()
264 .base.cra_ctxsize = sizeof(struct s390_paes_ctx),
278 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_init()
288 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_exit()
[all …]