Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/vmx/
Daes_cbc.c144 ret = crypto_blkcipher_decrypt(&fallback_desc, dst, src, nbytes); in p8_aes_cbc_decrypt()
/linux-4.1.27/drivers/net/ppp/
Dppp_mppe.c612 if (crypto_blkcipher_decrypt(&desc, sg_out, sg_in, 1) != 0) { in mppe_decompress()
632 if (crypto_blkcipher_decrypt(&desc, sg_out, sg_in, isize - 1)) { in mppe_decompress()
/linux-4.1.27/net/ceph/
Dcrypto.c320 ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in.sgl, src_len); in ceph_aes_decrypt()
386 ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in.sgl, src_len); in ceph_aes_decrypt2()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c203 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) in prism2_wep_decrypt()
Drtllib_crypt_tkip.c456 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) { in rtllib_tkip_decrypt()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_wep.c209 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) in prism2_wep_decrypt()
Dieee80211_crypt_tkip.c457 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) { in ieee80211_tkip_decrypt()
/linux-4.1.27/net/wireless/
Dlib80211_crypt_wep.c210 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) in lib80211_wep_decrypt()
Dlib80211_crypt_tkip.c470 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) { in lib80211_tkip_decrypt()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c387 rc = crypto_blkcipher_decrypt(&desc, &sd, &ss, 16); in capa_decrypt_id()
/linux-4.1.27/crypto/
Dtcrypt.c87 ret = crypto_blkcipher_decrypt(desc, sg, sg, blen); in test_cipher_jiffies()
112 ret = crypto_blkcipher_decrypt(desc, sg, sg, blen); in test_cipher_cycles()
126 ret = crypto_blkcipher_decrypt(desc, sg, sg, blen); in test_cipher_cycles()
/linux-4.1.27/security/keys/encrypted-keys/
Dencrypted.c588 ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in, encrypted_datalen); in derived_key_decrypt()
/linux-4.1.27/include/linux/
Dcrypto.h1861 static inline int crypto_blkcipher_decrypt(struct blkcipher_desc *desc, in crypto_blkcipher_decrypt() function
/linux-4.1.27/fs/ecryptfs/
Dkeystore.c1723 rc = crypto_blkcipher_decrypt(&desc, dst_sg, src_sg, in decrypt_passphrase_encrypted_session_key()