Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dchainiv.c85 struct crypto_ablkcipher *geniv = __crypto_ablkcipher_cast(tfm); in chainiv_init_common()
101 struct crypto_ablkcipher *geniv = __crypto_ablkcipher_cast(tfm); in chainiv_init()
232 struct crypto_ablkcipher *geniv = __crypto_ablkcipher_cast(tfm); in async_chainiv_init()
Dablkcipher.c378 crt->base = __crypto_ablkcipher_cast(tfm); in crypto_init_ablkcipher_ops()
459 crt->base = __crypto_ablkcipher_cast(tfm); in crypto_init_givcipher_ops()
701 return __crypto_ablkcipher_cast(tfm); in crypto_alloc_ablkcipher()
Deseqiv.c151 struct crypto_ablkcipher *geniv = __crypto_ablkcipher_cast(tfm); in eseqiv_init()
Dskcipher.c203 ablkcipher = __crypto_ablkcipher_cast(abtfm); in crypto_init_skcipher_ops_ablkcipher()
Dseqiv.c234 struct crypto_ablkcipher *geniv = __crypto_ablkcipher_cast(tfm); in seqiv_init()
Dblkcipher.c473 crt->base = __crypto_ablkcipher_cast(tfm); in crypto_init_blkcipher_ops_async()
Dcryptd.c902 return __cryptd_ablkcipher_cast(__crypto_ablkcipher_cast(tfm)); in cryptd_alloc_ablkcipher()
/linux-4.4.14/include/crypto/internal/
Dskcipher.h53 return __crypto_ablkcipher_cast( in crypto_spawn_skcipher()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c155 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in ccp_aes_xts_crypt()
/linux-4.4.14/drivers/crypto/
Dsahara.c675 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_ecb_encrypt()
693 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_ecb_decrypt()
711 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_cbc_encrypt()
729 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_cbc_decrypt()
Dmxs-dcp.c390 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in mxs_dcp_block_fallback()
Dpicoxcell_crypto.c906 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(old_tfm)); in spacc_ablk_do_fallback()
/linux-4.4.14/include/linux/
Dcrypto.h690 static inline struct crypto_ablkcipher *__crypto_ablkcipher_cast( in __crypto_ablkcipher_cast() function
885 return __crypto_ablkcipher_cast(req->base.tfm); in crypto_ablkcipher_reqtfm()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c210 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in qce_ablkcipher_crypt()