Home
last modified time | relevance | path

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

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