Lines Matching defs:ctx

144 static inline int __paes_convert_key(struct s390_paes_ctx *ctx)  in __paes_convert_key()
163 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_init() local
173 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_exit() local
178 static inline int __ecb_paes_set_key(struct s390_paes_ctx *ctx) in __ecb_paes_set_key()
202 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_set_key() local
215 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_crypt() local
278 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_init() local
288 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_exit() local
293 static inline int __cbc_paes_set_key(struct s390_paes_ctx *ctx) in __cbc_paes_set_key()
317 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_set_key() local
330 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_crypt() local
398 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_init() local
409 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_exit() local
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() local
496 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_crypt() local
578 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_paes_init() local
588 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_paes_exit() local
593 static inline int __ctr_paes_set_key(struct s390_paes_ctx *ctx) in __ctr_paes_set_key()
618 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_paes_set_key() local
646 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_paes_crypt() local