Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dablk_helper.c100 return crypto_ablkcipher_decrypt(cryptd_req); in ablk_decrypt()
Dchacha20poly1305.c149 err = crypto_ablkcipher_decrypt(&creq->req); in chacha_decrypt()
398 err = crypto_ablkcipher_decrypt(&creq->req); in poly_genkey()
Dtcrypt.c1051 crypto_ablkcipher_decrypt(req)); in test_acipher_jiffies()
1076 crypto_ablkcipher_decrypt(req)); in test_acipher_cycles()
1092 crypto_ablkcipher_decrypt(req)); in test_acipher_cycles()
Dauthenc.c269 return crypto_ablkcipher_decrypt(abreq); in crypto_authenc_decrypt_tail()
Dauthencesn.c264 return crypto_ablkcipher_decrypt(abreq); in crypto_authenc_esn_decrypt_tail()
Dablkcipher.c359 return crypto_ablkcipher_decrypt(&req->creq); in skcipher_null_givdecrypt()
Dccm.c436 err = crypto_ablkcipher_decrypt(abreq); in crypto_ccm_decrypt()
Dgcm.c541 return crypto_ablkcipher_decrypt(abreq) ?: crypto_gcm_verify(req); in gcm_dec_hash_continue()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c154 crypto_ablkcipher_decrypt(req); in ccp_aes_xts_crypt()
/linux-4.4.14/fs/f2fs/
Dcrypto.c361 res = crypto_ablkcipher_decrypt(req); in f2fs_page_crypto()
Dcrypto_fname.c181 res = crypto_ablkcipher_decrypt(req); in f2fs_fname_decrypt()
/linux-4.4.14/fs/ext4/
Dcrypto.c294 res = crypto_ablkcipher_decrypt(req); in ext4_page_crypto()
Dcrypto_fname.c182 res = crypto_ablkcipher_decrypt(req); in ext4_fname_decrypt()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c209 crypto_ablkcipher_decrypt(req); in qce_ablkcipher_crypt()
/linux-4.4.14/drivers/crypto/
Dsahara.c692 err = crypto_ablkcipher_decrypt(req); in sahara_aes_ecb_decrypt()
728 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.c905 crypto_ablkcipher_decrypt(req); in spacc_ablk_do_fallback()
/linux-4.4.14/include/linux/
Dcrypto.h917 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req) in crypto_ablkcipher_decrypt() function
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c388 crypto_ablkcipher_decrypt(req); in crypt_scatterlist()
/linux-4.4.14/drivers/md/
Ddm-crypt.c875 r = crypto_ablkcipher_decrypt(req); in crypt_convert_block()