Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/crypto/
Dpaes_s390.c118 struct s390_pxts_ctx { struct
396 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_init()
407 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_exit()
413 static inline int __xts_paes_convert_key(struct s390_pxts_ctx *ctx) in __xts_paes_convert_key()
429 static inline int __xts_paes_set_key(struct s390_pxts_ctx *ctx) in __xts_paes_set_key()
454 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_set_key()
491 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_crypt()
558 .base.cra_ctxsize = sizeof(struct s390_pxts_ctx),