Home
last modified time | relevance | path

Searched refs:memzero_explicit (Results 1 – 23 of 23) sorted by relevance

/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-sha1.c46 memzero_explicit(&hash_tail.word[0], sizeof(hash_tail.word[0])); in octeon_sha1_store_hash()
61 memzero_explicit(&hash_tail.dword, sizeof(hash_tail.dword)); in octeon_sha1_read_hash()
Docteon-sha256.c208 memzero_explicit(D, SHA256_DIGEST_SIZE); in octeon_sha224_final()
Docteon-sha512.c223 memzero_explicit(D, 64); in octeon_sha384_final()
/linux-4.1.27/drivers/usb/wusbcore/
Dsecurity.c525 memzero_explicit(&keydvt_out, sizeof(keydvt_out)); in wusb_dev_4way_handshake()
526 memzero_explicit(&keydvt_in, sizeof(keydvt_in)); in wusb_dev_4way_handshake()
527 memzero_explicit(&ccm_n, sizeof(ccm_n)); in wusb_dev_4way_handshake()
528 memzero_explicit(mic, sizeof(mic)); in wusb_dev_4way_handshake()
Ddev-sysfs.c104 memzero_explicit(&ck, sizeof(ck)); in wusb_ck_store()
/linux-4.1.27/crypto/
Dsha1_generic.c38 memzero_explicit(temp, sizeof(temp)); in sha1_generic_block_fn()
Dtgr192.c615 memzero_explicit(D, TGR192_DIGEST_SIZE); in tgr160_final()
626 memzero_explicit(D, TGR192_DIGEST_SIZE); in tgr128_final()
Dalgif_rng.c90 memzero_explicit(result, len); in rng_recvmsg()
Dwp512.c1106 memzero_explicit(D, WP512_DIGEST_SIZE); in wp384_final()
1117 memzero_explicit(D, WP512_DIGEST_SIZE); in wp256_final()
Dcts.c205 memzero_explicit(iv, sizeof(iv)); in cts_cbc_decrypt()
Dvmac.c616 memzero_explicit(&mac, sizeof(vmac_t)); in vmac_final()
Dsha256_generic.c215 memzero_explicit(W, 64 * sizeof(u32)); in sha256_transform()
/linux-4.1.27/include/linux/
Dstring.h148 void memzero_explicit(void *s, size_t count);
/linux-4.1.27/arch/powerpc/crypto/
Dsha1.c69 memzero_explicit(temp, sizeof(temp)); in sha1_update()
Dsha256-spe-glue.c200 memzero_explicit(D, SHA256_DIGEST_SIZE); in ppc_spe_sha224_final()
/linux-4.1.27/lib/
Dstring.c607 void memzero_explicit(void *s, size_t count) in memzero_explicit() function
612 EXPORT_SYMBOL(memzero_explicit);
/linux-4.1.27/fs/cifs/
Dsmbencrypt.c224 memzero_explicit(wpwd, sizeof(wpwd)); in E_md4hash()
/linux-4.1.27/drivers/char/
Drandom.c1109 memzero_explicit(workspace, sizeof(workspace)); in extract_buf()
1121 memzero_explicit(&hash, sizeof(hash)); in extract_buf()
1178 memzero_explicit(tmp, sizeof(tmp)); in extract_entropy()
1221 memzero_explicit(tmp, sizeof(tmp)); in extract_entropy_user()
/linux-4.1.27/arch/sparc/crypto/
Dsha256_glue.c138 memzero_explicit(D, SHA256_DIGEST_SIZE); in sha224_sparc64_final()
Dsha512_glue.c142 memzero_explicit(D, 64); in sha384_sparc64_final()
/linux-4.1.27/arch/arm/crypto/
Dsha512_neon_glue.c244 memzero_explicit(D, SHA512_DIGEST_SIZE); in sha384_neon_final()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c258 memzero_explicit(ipad, block_size); in qat_alg_do_precomputes()
259 memzero_explicit(opad, block_size); in qat_alg_do_precomputes()
/linux-4.1.27/drivers/md/
Ddm-crypt.c713 memzero_explicit(buf, sizeof(buf)); in crypt_iv_tcw_whitening()