Home
last modified time | relevance | path

Searched refs:crypto_ablkcipher_decrypt (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/crypto/
Dablk_helper.c100 return crypto_ablkcipher_decrypt(cryptd_req); in ablk_decrypt()
Dauthencesn.c243 err = crypto_ablkcipher_decrypt(abreq); in authenc_esn_verify_ahash_update_done()
292 err = crypto_ablkcipher_decrypt(abreq); in authenc_esn_verify_ahash_update_done2()
332 err = crypto_ablkcipher_decrypt(abreq); in authenc_esn_verify_ahash_done()
636 return crypto_ablkcipher_decrypt(abreq); in crypto_authenc_esn_decrypt()
Dauthenc.c214 err = crypto_ablkcipher_decrypt(abreq); in authenc_verify_ahash_update_done()
253 err = crypto_ablkcipher_decrypt(abreq); in authenc_verify_ahash_done()
544 return crypto_ablkcipher_decrypt(abreq); in crypto_authenc_decrypt()
Dalgif_skcipher.c620 crypto_ablkcipher_decrypt(req); in skcipher_recvmsg_async()
685 crypto_ablkcipher_decrypt(&ctx->req), in skcipher_recvmsg_sync()
Dtcrypt.c1022 crypto_ablkcipher_decrypt(req)); in test_acipher_jiffies()
1047 crypto_ablkcipher_decrypt(req)); in test_acipher_cycles()
1063 crypto_ablkcipher_decrypt(req)); in test_acipher_cycles()
Dablkcipher.c359 return crypto_ablkcipher_decrypt(&req->creq); in skcipher_null_givdecrypt()
Dgcm.c609 err = crypto_ablkcipher_decrypt(abreq); in gcm_dec_hash_done()
644 err = crypto_ablkcipher_decrypt(abreq); in crypto_gcm_decrypt()
Dccm.c417 err = crypto_ablkcipher_decrypt(abreq); in crypto_ccm_decrypt()
Dtestmgr.c995 crypto_ablkcipher_decrypt(req); in __test_skcipher()
1089 crypto_ablkcipher_decrypt(req); in __test_skcipher()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c154 crypto_ablkcipher_decrypt(req); in ccp_aes_xts_crypt()
/linux-4.1.27/fs/ext4/
Dcrypto.c368 res = crypto_ablkcipher_decrypt(req); in ext4_page_crypto()
Dcrypto_fname.c179 res = crypto_ablkcipher_decrypt(req); in ext4_fname_decrypt()
/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c219 crypto_ablkcipher_decrypt(req); in qce_ablkcipher_crypt()
/linux-4.1.27/drivers/crypto/
Dsahara.c718 err = crypto_ablkcipher_decrypt(req); in sahara_aes_ecb_decrypt()
754 err = crypto_ablkcipher_decrypt(req); in sahara_aes_cbc_decrypt()
Dmxs-dcp.c388 ret = crypto_ablkcipher_decrypt(req); in mxs_dcp_block_fallback()
Dpicoxcell_crypto.c994 crypto_ablkcipher_decrypt(req); in spacc_ablk_do_fallback()
/linux-4.1.27/include/linux/
Dcrypto.h1050 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req) in crypto_ablkcipher_decrypt() function
/linux-4.1.27/fs/ecryptfs/
Dcrypto.c389 crypto_ablkcipher_decrypt(req); in crypt_scatterlist()
/linux-4.1.27/drivers/md/
Ddm-crypt.c874 r = crypto_ablkcipher_decrypt(req); in crypt_convert_block()