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

/linux-master/arch/s390/crypto/
H A Dpaes_s390.c118 struct s390_pxts_ctx { struct
386 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm);
397 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm);
403 static inline int __xts_paes_convert_key(struct s390_pxts_ctx *ctx)
422 static inline int __xts_paes_set_key(struct s390_pxts_ctx *ctx)
447 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm);
484 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm);
551 .base.cra_ctxsize = sizeof(struct s390_pxts_ctx),

Completed in 107 milliseconds