Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
H A Dpaes_s390.c166 struct s390_paes_ctx { struct
198 static inline int __paes_convert_key(struct s390_paes_ctx *ctx) in __paes_convert_key()
217 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_init()
227 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_exit()
232 static inline int __ecb_paes_set_key(struct s390_paes_ctx *ctx) in __ecb_paes_set_key()
255 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_set_key()
269 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_crypt()
318 .base.cra_ctxsize = sizeof(struct s390_paes_ctx),
332 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_init()
342 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_exit()
[all …]