Home
last modified time | relevance | path

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

/linux-4.4.14/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-sha512.c223 memzero_explicit(D, 64); in octeon_sha384_final()
Docteon-sha256.c208 memzero_explicit(D, SHA256_DIGEST_SIZE); in octeon_sha224_final()
/linux-4.4.14/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.4.14/fs/f2fs/
Dcrypto_key.c233 memzero_explicit(raw_key, sizeof(raw_key)); in _f2fs_get_encryption_info()
245 memzero_explicit(raw_key, sizeof(raw_key)); in _f2fs_get_encryption_info()
/linux-4.4.14/crypto/
Dsha1_generic.c38 memzero_explicit(temp, sizeof(temp)); in sha1_generic_block_fn()
Dkeywrap.c215 memzero_explicit(block, sizeof(struct crypto_kw_block)); in crypto_kw_decrypt()
300 memzero_explicit(block, sizeof(struct crypto_kw_block)); in crypto_kw_encrypt()
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()
Ddrbg.c1096 memzero_explicit(entropy, entropylen); in drbg_async_seed()
1185 memzero_explicit(entropy, entropylen * 2); in drbg_seed()
Dsha256_generic.c215 memzero_explicit(W, 64 * sizeof(u32)); in sha256_transform()
Dvmac.c616 memzero_explicit(&mac, sizeof(vmac_t)); in vmac_final()
/linux-4.4.14/fs/ext4/
Dcrypto_key.c256 memzero_explicit(raw_key, sizeof(raw_key)); in _ext4_get_encryption_info()
267 memzero_explicit(raw_key, sizeof(raw_key)); in _ext4_get_encryption_info()
/linux-4.4.14/include/linux/
Dstring.h152 void memzero_explicit(void *s, size_t count);
/linux-4.4.14/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.4.14/lib/
Dstring.c696 void memzero_explicit(void *s, size_t count) in memzero_explicit() function
701 EXPORT_SYMBOL(memzero_explicit);
/linux-4.4.14/fs/cifs/
Dsmbencrypt.c224 memzero_explicit(wpwd, sizeof(wpwd)); in E_md4hash()
/linux-4.4.14/arch/sparc/crypto/
Dsha512_glue.c142 memzero_explicit(D, 64); in sha384_sparc64_final()
Dsha256_glue.c138 memzero_explicit(D, SHA256_DIGEST_SIZE); in sha224_sparc64_final()
/linux-4.4.14/drivers/char/
Drandom.c1129 memzero_explicit(workspace, sizeof(workspace)); in extract_buf()
1141 memzero_explicit(&hash, sizeof(hash)); in extract_buf()
1198 memzero_explicit(tmp, sizeof(tmp)); in extract_entropy()
1241 memzero_explicit(tmp, sizeof(tmp)); in extract_entropy_user()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c249 memzero_explicit(ipad, block_size); in qat_alg_do_precomputes()
250 memzero_explicit(opad, block_size); in qat_alg_do_precomputes()
/linux-4.4.14/drivers/md/
Ddm-crypt.c714 memzero_explicit(buf, sizeof(buf)); in crypt_iv_tcw_whitening()