Searched refs:memzero_explicit (Results 1 - 25 of 145) sorted by relevance

123456

/linux-master/lib/crypto/
H A Dchacha20poly1305.c52 memzero_explicit(k, sizeof(k));
53 memzero_explicit(iv, sizeof(iv));
86 memzero_explicit(chacha_state, CHACHA_STATE_WORDS * sizeof(u32));
87 memzero_explicit(&b, sizeof(b));
107 memzero_explicit(iv, sizeof(iv));
108 memzero_explicit(k, sizeof(k));
163 memzero_explicit(&b, sizeof(b));
187 memzero_explicit(chacha_state, sizeof(chacha_state));
188 memzero_explicit(iv, sizeof(iv));
189 memzero_explicit(
[all...]
H A Dblake2s.c57 memzero_explicit(state, sizeof(*state));
H A Daesgcm.c104 memzero_explicit(&ghash, sizeof(ghash));
105 memzero_explicit(buf, sizeof(buf));
130 memzero_explicit(buf, sizeof(buf));
190 memzero_explicit(tagbuf, sizeof(tagbuf));
/linux-master/drivers/firmware/efi/libstub/
H A Drandom.c148 memzero_explicit(seed->bits + offset, nv_seed_size);
166 memzero_explicit(prev_seed->bits, prev_seed_size);
172 memzero_explicit(seed, struct_size(seed, bits, seed_size));
/linux-master/fs/crypto/
H A Dhkdf.c101 memzero_explicit(prk, sizeof(prk));
162 memzero_explicit(tmp, sizeof(tmp));
174 memzero_explicit(okm, okmlen); /* so caller doesn't need to */
/linux-master/include/crypto/internal/
H A Ddes.h38 memzero_explicit(&tmp, sizeof(tmp));
73 memzero_explicit(K, DES3_EDE_KEY_SIZE);
/linux-master/crypto/
H A Dkdf_sp800108.c53 memzero_explicit(tmpbuffer, h);
68 memzero_explicit(dst_orig, dlen_orig);
H A Dkeywrap.c188 memzero_explicit(&block, sizeof(struct crypto_kw_block));
259 memzero_explicit(&block, sizeof(struct crypto_kw_block));
H A Dsha1_generic.c39 memzero_explicit(temp, sizeof(temp));
H A Djitterentropy-kcapi.c64 memzero_explicit(ptr, len);
168 memzero_explicit(intermediary, sizeof(intermediary));
186 memzero_explicit(jent_block, sizeof(jent_block));
H A Dghash-generic.c70 memzero_explicit(&k, GHASH_BLOCK_SIZE);
/linux-master/drivers/net/wireguard/
H A Dnoise.c336 memzero_explicit(x_key, BLAKE2S_BLOCK_SIZE);
337 memzero_explicit(i_hash, BLAKE2S_HASH_SIZE);
388 memzero_explicit(secret, BLAKE2S_HASH_SIZE);
389 memzero_explicit(output, BLAKE2S_HASH_SIZE + 1);
415 memzero_explicit(dh_calculation, NOISE_PUBLIC_KEY_LEN);
451 memzero_explicit(temp_hash, NOISE_HASH_LEN);
579 memzero_explicit(key, NOISE_SYMMETRIC_KEY_LEN);
658 memzero_explicit(key, NOISE_SYMMETRIC_KEY_LEN);
659 memzero_explicit(hash, NOISE_HASH_LEN);
660 memzero_explicit(chaining_ke
[all...]
/linux-master/fs/smb/client/
H A Dsmbencrypt.c81 memzero_explicit(wpwd, sizeof(wpwd));
/linux-master/arch/arm64/kvm/
H A Dtrng.c47 memzero_explicit(bits, sizeof(bits));
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-sha.c78 memzero_explicit(tfm_ctx, sizeof(struct zynqmp_sha_tfm_ctx));
138 memzero_explicit(ubuf, ZYNQMP_DMA_ALLOC_FIXED_SIZE);
157 memzero_explicit(fbuf, SHA3_384_DIGEST_SIZE);
H A Dzynqmp-aes-gcm.c166 memzero_explicit(kbuf, dma_size);
170 memzero_explicit(hwreq, sizeof(struct zynqmp_aead_hw_req));
348 memzero_explicit(tfm_ctx, sizeof(struct zynqmp_aead_tfm_ctx));
/linux-master/include/crypto/
H A Dsha1_base.h105 memzero_explicit(sctx, sizeof(*sctx));
H A Dsm3_base.h108 memzero_explicit(sctx, sizeof(*sctx));
H A Dsha256_base.h123 memzero_explicit(sctx, sizeof(*sctx));
H A Dsha512_base.h130 memzero_explicit(sctx, sizeof(*sctx));
/linux-master/drivers/net/wireless/ath/ath9k/
H A Drng.c81 memzero_explicit(&word, sizeof(word));
/linux-master/arch/x86/coco/
H A Dcore.c242 memzero_explicit(rng_seed, sizeof(rng_seed));
/linux-master/drivers/char/
H A Drandom.c277 memzero_explicit(key, sizeof(key));
309 memzero_explicit(first_block, sizeof(first_block));
393 memzero_explicit(tmp, sizeof(tmp));
404 memzero_explicit(chacha_state, sizeof(chacha_state));
464 memzero_explicit(block, sizeof(block));
466 memzero_explicit(chacha_state, sizeof(chacha_state));
686 memzero_explicit(next_key, sizeof(next_key));
697 memzero_explicit(seed, sizeof(seed));
698 memzero_explicit(&block, sizeof(block));
1085 memzero_explicit(poo
[all...]
/linux-master/arch/mips/cavium-octeon/crypto/
H A Docteon-sha1.c43 memzero_explicit(&hash_tail.word[0], sizeof(hash_tail.word[0]));
58 memzero_explicit(&hash_tail.dword, sizeof(hash_tail.dword));
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c271 memzero_explicit(sca, sizeof(sca));
416 memzero_explicit(xxx, sizeof(xxx));
417 memzero_explicit(yy, sizeof(yy));
418 memzero_explicit(w, sizeof(w));
530 memzero_explicit(&priv, sizeof(priv));
566 memzero_explicit(&params, sizeof(params));
646 memzero_explicit(shared_secret, sizeof(shared_secret));
813 memzero_explicit(tctx->private_key, sizeof(*tctx->private_key));

Completed in 263 milliseconds

123456