Searched refs:crypto_blkcipher_decrypt (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/drivers/crypto/vmx/ |
H A D | aes_cbc.c | 144 ret = crypto_blkcipher_decrypt(&fallback_desc, dst, src, nbytes); p8_aes_cbc_decrypt()
|
/linux-4.1.27/net/ceph/ |
H A D | crypto.c | 320 ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in.sgl, src_len); ceph_aes_decrypt() 386 ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in.sgl, src_len); ceph_aes_decrypt2()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_wep.c | 203 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) prism2_wep_decrypt()
|
H A D | rtllib_crypt_tkip.c | 456 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) { rtllib_tkip_decrypt()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_wep.c | 209 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) prism2_wep_decrypt()
|
H A D | ieee80211_crypt_tkip.c | 457 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) { ieee80211_tkip_decrypt()
|
/linux-4.1.27/net/wireless/ |
H A D | lib80211_crypt_wep.c | 210 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) lib80211_wep_decrypt()
|
H A D | lib80211_crypt_tkip.c | 470 if (crypto_blkcipher_decrypt(&desc, &sg, &sg, plen + 4)) { lib80211_tkip_decrypt()
|
/linux-4.1.27/drivers/net/ppp/ |
H A D | ppp_mppe.c | 612 if (crypto_blkcipher_decrypt(&desc, sg_out, sg_in, 1) != 0) { mppe_decompress() 632 if (crypto_blkcipher_decrypt(&desc, sg_out, sg_in, isize - 1)) { mppe_decompress()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | capa.c | 387 rc = crypto_blkcipher_decrypt(&desc, &sd, &ss, 16); capa_decrypt_id()
|
/linux-4.1.27/crypto/ |
H A D | tcrypt.c | 87 ret = crypto_blkcipher_decrypt(desc, sg, sg, blen); test_cipher_jiffies() 112 ret = crypto_blkcipher_decrypt(desc, sg, sg, blen); test_cipher_cycles() 126 ret = crypto_blkcipher_decrypt(desc, sg, sg, blen); test_cipher_cycles()
|
/linux-4.1.27/security/keys/encrypted-keys/ |
H A D | encrypted.c | 588 ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in, encrypted_datalen); derived_key_decrypt()
|
/linux-4.1.27/include/linux/ |
H A D | crypto.h | 1845 * crypto_blkcipher_decrypt() - decrypt ciphertext 1861 static inline int crypto_blkcipher_decrypt(struct blkcipher_desc *desc, crypto_blkcipher_decrypt() function
|
/linux-4.1.27/fs/ecryptfs/ |
H A D | keystore.c | 1723 rc = crypto_blkcipher_decrypt(&desc, dst_sg, src_sg, decrypt_passphrase_encrypted_session_key()
|
Completed in 2960 milliseconds