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

/linux-master/arch/s390/crypto/
H A Dpaes_s390.c111 struct s390_paes_ctx { struct
132 static inline int __paes_convert_key(struct s390_paes_ctx *ctx)
151 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm);
161 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm);
166 static inline int __ecb_paes_set_key(struct s390_paes_ctx *ctx)
190 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm);
203 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm);
252 .base.cra_ctxsize = sizeof(struct s390_paes_ctx),
266 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm);
276 struct s390_paes_ctx *ct
[all...]

Completed in 116 milliseconds