Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/crypto/
H A Dpaes_s390.c173 struct s390_pxts_ctx { struct
452 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_init()
462 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_exit()
467 static inline int __xts_paes_convert_key(struct s390_pxts_ctx *ctx) in __xts_paes_convert_key()
514 static inline int __xts_paes_set_key(struct s390_pxts_ctx *ctx) in __xts_paes_set_key()
551 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_set_key()
592 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in paes_xts_crypt_full()
645 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in paes_xts_crypt()
700 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_crypt()
729 .base.cra_ctxsize = sizeof(struct s390_pxts_ctx),