Searched refs:crypto_blkcipher_decrypt (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/crypto/vmx/ |
D | aes_cbc.c | 154 ret = crypto_blkcipher_decrypt(&fallback_desc, dst, src, in p8_aes_cbc_decrypt()
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_mppe.c | 612 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.4.14/net/ceph/ |
D | crypto.c | 316 ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in.sgl, src_len); in ceph_aes_decrypt() 382 ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in.sgl, src_len); in ceph_aes_decrypt2()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 192 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) in prism2_wep_decrypt()
|
D | ieee80211_crypt_tkip.c | 455 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) { in ieee80211_tkip_decrypt()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_crypt_wep.c | 203 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) in prism2_wep_decrypt()
|
D | rtllib_crypt_tkip.c | 454 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) { in rtllib_tkip_decrypt()
|
/linux-4.4.14/net/wireless/ |
D | lib80211_crypt_wep.c | 210 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) in lib80211_wep_decrypt()
|
D | lib80211_crypt_tkip.c | 470 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) { in lib80211_tkip_decrypt()
|
/linux-4.4.14/crypto/ |
D | tcrypt.c | 106 ret = crypto_blkcipher_decrypt(desc, sg, sg, blen); in test_cipher_jiffies() 131 ret = crypto_blkcipher_decrypt(desc, sg, sg, blen); in test_cipher_cycles() 145 ret = crypto_blkcipher_decrypt(desc, sg, sg, blen); in test_cipher_cycles()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 1334 static inline int crypto_blkcipher_decrypt(struct blkcipher_desc *desc, in crypto_blkcipher_decrypt() function
|
/linux-4.4.14/security/keys/encrypted-keys/ |
D | encrypted.c | 588 ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in, encrypted_datalen); in derived_key_decrypt()
|
/linux-4.4.14/fs/ecryptfs/ |
D | keystore.c | 1723 rc = crypto_blkcipher_decrypt(&desc, dst_sg, src_sg, in decrypt_passphrase_encrypted_session_key()
|