Searched refs:memzero_explicit (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha1.c | 46 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()
|
D | octeon-sha256.c | 208 memzero_explicit(D, SHA256_DIGEST_SIZE); in octeon_sha224_final()
|
D | octeon-sha512.c | 223 memzero_explicit(D, 64); in octeon_sha384_final()
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | security.c | 525 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()
|
D | dev-sysfs.c | 104 memzero_explicit(&ck, sizeof(ck)); in wusb_ck_store()
|
/linux-4.1.27/crypto/ |
D | sha1_generic.c | 38 memzero_explicit(temp, sizeof(temp)); in sha1_generic_block_fn()
|
D | tgr192.c | 615 memzero_explicit(D, TGR192_DIGEST_SIZE); in tgr160_final() 626 memzero_explicit(D, TGR192_DIGEST_SIZE); in tgr128_final()
|
D | algif_rng.c | 90 memzero_explicit(result, len); in rng_recvmsg()
|
D | wp512.c | 1106 memzero_explicit(D, WP512_DIGEST_SIZE); in wp384_final() 1117 memzero_explicit(D, WP512_DIGEST_SIZE); in wp256_final()
|
D | cts.c | 205 memzero_explicit(iv, sizeof(iv)); in cts_cbc_decrypt()
|
D | vmac.c | 616 memzero_explicit(&mac, sizeof(vmac_t)); in vmac_final()
|
D | sha256_generic.c | 215 memzero_explicit(W, 64 * sizeof(u32)); in sha256_transform()
|
/linux-4.1.27/include/linux/ |
D | string.h | 148 void memzero_explicit(void *s, size_t count);
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | sha1.c | 69 memzero_explicit(temp, sizeof(temp)); in sha1_update()
|
D | sha256-spe-glue.c | 200 memzero_explicit(D, SHA256_DIGEST_SIZE); in ppc_spe_sha224_final()
|
/linux-4.1.27/lib/ |
D | string.c | 607 void memzero_explicit(void *s, size_t count) in memzero_explicit() function 612 EXPORT_SYMBOL(memzero_explicit);
|
/linux-4.1.27/fs/cifs/ |
D | smbencrypt.c | 224 memzero_explicit(wpwd, sizeof(wpwd)); in E_md4hash()
|
/linux-4.1.27/drivers/char/ |
D | random.c | 1109 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/ |
D | sha256_glue.c | 138 memzero_explicit(D, SHA256_DIGEST_SIZE); in sha224_sparc64_final()
|
D | sha512_glue.c | 142 memzero_explicit(D, 64); in sha384_sparc64_final()
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha512_neon_glue.c | 244 memzero_explicit(D, SHA512_DIGEST_SIZE); in sha384_neon_final()
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 258 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/ |
D | dm-crypt.c | 713 memzero_explicit(buf, sizeof(buf)); in crypt_iv_tcw_whitening()
|