/linux-4.1.27/drivers/crypto/vmx/ |
D | aes_ctr.c | 125 ret = crypto_blkcipher_encrypt(&fallback_desc, dst, src, nbytes); in p8_aes_ctr_crypt()
|
D | aes_cbc.c | 108 ret = crypto_blkcipher_encrypt(&fallback_desc, dst, src, nbytes); in p8_aes_cbc_encrypt()
|
/linux-4.1.27/fs/cifs/ |
D | smbencrypt.c | 93 rc = crypto_blkcipher_encrypt(&desc, &sgout, &sgin, 8); in smbhash()
|
D | cifsencrypt.c | 819 rc = crypto_blkcipher_encrypt(&desc, &sgout, &sgin, CIFS_CPHTXT_SIZE); in calc_seckey()
|
/linux-4.1.27/drivers/net/ppp/ |
D | ppp_mppe.c | 174 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/ |
D | crypto.c | 204 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/ |
D | rtllib_crypt_wep.c | 154 return crypto_blkcipher_encrypt(&desc, &sg, &sg, len + 4); in prism2_wep_encrypt()
|
D | rtllib_crypt_tkip.c | 363 ret = crypto_blkcipher_encrypt(&desc, &sg, &sg, len + 4); in rtllib_tkip_encrypt()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 159 return crypto_blkcipher_encrypt(&desc, &sg, &sg, len + 4); in prism2_wep_encrypt()
|
D | ieee80211_crypt_tkip.c | 370 ret= crypto_blkcipher_encrypt(&desc, &sg, &sg, len + 4); in ieee80211_tkip_encrypt()
|
/linux-4.1.27/net/wireless/ |
D | lib80211_crypt_wep.c | 170 return crypto_blkcipher_encrypt(&desc, &sg, &sg, len + 4); in lib80211_wep_encrypt()
|
D | lib80211_crypt_tkip.c | 387 return crypto_blkcipher_encrypt(&desc, &sg, &sg, len + 4); in lib80211_tkip_encrypt()
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | crypto.c | 264 result = crypto_blkcipher_encrypt(&desc, &sg_dst, sg, dst_size); in wusb_ccm_mac()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | capa.c | 333 rc = crypto_blkcipher_encrypt(&desc, &sd, &ss, 16); in capa_encrypt_id()
|
/linux-4.1.27/crypto/ |
D | tcrypt.c | 85 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()
|
D | gcm.c | 1192 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/ |
D | encrypted.c | 494 ret = crypto_blkcipher_encrypt(&desc, sg_out, sg_in, encrypted_datalen); in derived_key_encrypt()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 1808 static inline int crypto_blkcipher_encrypt(struct blkcipher_desc *desc, in crypto_blkcipher_encrypt() function
|
/linux-4.1.27/fs/ecryptfs/ |
D | keystore.c | 2298 rc = crypto_blkcipher_encrypt(&desc, dst_sg, src_sg, in write_tag_3_packet()
|
/linux-4.1.27/net/bluetooth/ |
D | smp.c | 396 err = crypto_blkcipher_encrypt(&desc, &sg, &sg, 16); in smp_e()
|