Searched defs:xts_ctx (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/s390/crypto/
H A Daes_s390.c534 struct s390_xts_ctx *xts_ctx = crypto_tfm_ctx(tfm); xts_fallback_setkey() local
554 struct s390_xts_ctx *xts_ctx = crypto_blkcipher_ctx(desc->tfm); xts_fallback_decrypt() local
571 struct s390_xts_ctx *xts_ctx = crypto_blkcipher_ctx(desc->tfm); xts_fallback_encrypt() local
587 struct s390_xts_ctx *xts_ctx = crypto_tfm_ctx(tfm); xts_aes_set_key() local
666 struct s390_xts_ctx *xts_ctx = crypto_blkcipher_ctx(desc->tfm); xts_aes_encrypt() local
680 struct s390_xts_ctx *xts_ctx = crypto_blkcipher_ctx(desc->tfm); xts_aes_decrypt() local
693 struct s390_xts_ctx *xts_ctx = crypto_tfm_ctx(tfm); xts_fallback_init() local
708 struct s390_xts_ctx *xts_ctx = crypto_tfm_ctx(tfm); xts_fallback_exit() local
616 xts_aes_crypt(struct blkcipher_desc *desc, long func, struct s390_xts_ctx *xts_ctx, struct blkcipher_walk *walk) xts_aes_crypt() argument

Completed in 81 milliseconds