Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/crypto/
H A Dpaes_s390.c118 struct s390_pxts_ctx { struct
398 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_init()
409 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_exit()
415 static inline int __xts_paes_convert_key(struct s390_pxts_ctx *ctx) in __xts_paes_convert_key()
434 static inline int __xts_paes_set_key(struct s390_pxts_ctx *ctx) in __xts_paes_set_key()
459 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_set_key()
496 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_crypt()
563 .base.cra_ctxsize = sizeof(struct s390_pxts_ctx),