Searched refs:crypto_blkcipher_encrypt (Results 1 - 20 of 20) sorted by relevance

/linux-4.1.27/drivers/crypto/vmx/
H A Daes_cbc.c108 ret = crypto_blkcipher_encrypt(&fallback_desc, dst, src, nbytes); p8_aes_cbc_encrypt()
H A Daes_ctr.c125 ret = crypto_blkcipher_encrypt(&fallback_desc, dst, src, nbytes); p8_aes_ctr_crypt()
/linux-4.1.27/net/ceph/
H A Dcrypto.c204 ret = crypto_blkcipher_encrypt(&desc, sg_out.sgl, sg_in, ceph_aes_encrypt()
267 ret = crypto_blkcipher_encrypt(&desc, sg_out.sgl, sg_in, ceph_aes_encrypt2()
/linux-4.1.27/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c154 return crypto_blkcipher_encrypt(&desc, &sg, &sg, len + 4); prism2_wep_encrypt()
H A Drtllib_crypt_tkip.c363 ret = crypto_blkcipher_encrypt(&desc, &sg, &sg, len + 4); rtllib_tkip_encrypt()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_wep.c159 return crypto_blkcipher_encrypt(&desc, &sg, &sg, len + 4); prism2_wep_encrypt()
H A Dieee80211_crypt_tkip.c370 ret= crypto_blkcipher_encrypt(&desc, &sg, &sg, len + 4); ieee80211_tkip_encrypt()
/linux-4.1.27/fs/cifs/
H A Dsmbencrypt.c93 rc = crypto_blkcipher_encrypt(&desc, &sgout, &sgin, 8); smbhash()
H A Dcifsencrypt.c819 rc = crypto_blkcipher_encrypt(&desc, &sgout, &sgin, CIFS_CPHTXT_SIZE); calc_seckey()
/linux-4.1.27/net/wireless/
H A Dlib80211_crypt_wep.c170 return crypto_blkcipher_encrypt(&desc, &sg, &sg, len + 4); lib80211_wep_encrypt()
H A Dlib80211_crypt_tkip.c387 return crypto_blkcipher_encrypt(&desc, &sg, &sg, len + 4); lib80211_tkip_encrypt()
/linux-4.1.27/drivers/net/ppp/
H A Dppp_mppe.c174 if (crypto_blkcipher_encrypt(&desc, sg_out, sg_in, mppe_rekey()
429 if (crypto_blkcipher_encrypt(&desc, sg_out, sg_in, isize) != 0) { mppe_compress()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dcapa.c333 rc = crypto_blkcipher_encrypt(&desc, &sd, &ss, 16); capa_encrypt_id()
/linux-4.1.27/crypto/
H A Dtcrypt.c85 ret = crypto_blkcipher_encrypt(desc, sg, sg, blen); test_cipher_jiffies()
110 ret = crypto_blkcipher_encrypt(desc, sg, sg, blen); test_cipher_cycles()
124 ret = crypto_blkcipher_encrypt(desc, sg, sg, blen); test_cipher_cycles()
H A Dgcm.c1192 return crypto_blkcipher_encrypt(&desc, req->dst, req->src, nbytes); crypto_rfc4543_copy_src_to_dst()
/linux-4.1.27/drivers/usb/wusbcore/
H A Dcrypto.c264 result = crypto_blkcipher_encrypt(&desc, &sg_dst, sg, dst_size); wusb_ccm_mac()
/linux-4.1.27/include/linux/
H A Dcrypto.h1791 * crypto_blkcipher_encrypt() - encrypt plaintext
1808 static inline int crypto_blkcipher_encrypt(struct blkcipher_desc *desc, crypto_blkcipher_encrypt() function
1856 * for the crypto_blkcipher_encrypt call above.
/linux-4.1.27/security/keys/encrypted-keys/
H A Dencrypted.c494 ret = crypto_blkcipher_encrypt(&desc, sg_out, sg_in, encrypted_datalen); derived_key_encrypt()
/linux-4.1.27/fs/ecryptfs/
H A Dkeystore.c2298 rc = crypto_blkcipher_encrypt(&desc, dst_sg, src_sg, write_tag_3_packet()
/linux-4.1.27/net/bluetooth/
H A Dsmp.c396 err = crypto_blkcipher_encrypt(&desc, &sg, &sg, 16); smp_e()

Completed in 229 milliseconds