Home
last modified time | relevance | path

Searched refs:explicit_bzero (Results 1 - 19 of 19) sorted by relevance

/third_party/FreeBSD/sys/dev/random/
H A Dyarrow.c211 explicit_bzero(&yarrow_state, sizeof(yarrow_state)); in random_yarrow_deinit_alg()
252 explicit_bzero(event, sizeof(*event)); in random_yarrow_process_event()
321 explicit_bzero(v, sizeof(v)); in random_yarrow_reseed_internal()
322 explicit_bzero(&temp, sizeof(temp)); in random_yarrow_reseed_internal()
323 explicit_bzero(&context, sizeof(context)); in random_yarrow_reseed_internal()
355 explicit_bzero(temp, sizeof(temp)); in random_yarrow_generator_gate()
/third_party/musl/src/string/
H A Dexplicit_bzero.c4 void explicit_bzero(void *d, size_t n) in explicit_bzero() function
/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael-api-fst.c187 explicit_bzero(block, sizeof(block)); in rijndael_blockEncrypt()
260 explicit_bzero(block, sizeof(block)); in rijndael_padEncrypt()
360 explicit_bzero(block, sizeof(block)); in rijndael_blockDecrypt()
449 explicit_bzero(block, sizeof(block)); in rijndael_padDecrypt()
/third_party/FreeBSD/sys/libkern/
H A Dexplicit_bzero.c1 /* $OpenBSD: explicit_bzero.c,v 1.3 2014/06/21 02:34:26 matthew Exp $ */
18 explicit_bzero(void *buf, size_t len) in explicit_bzero() function
/third_party/FreeBSD/sys/sys/
H A Dsystm.h51 void explicit_bzero(void * _Nonnull, size_t);
/third_party/musl/porting/liteos_m/user/include/
H A Dstring.h85 void explicit_bzero (void *, size_t);
/third_party/musl/porting/linux/user/include/
H A Dstring.h87 void explicit_bzero (void *, size_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstring.h85 void explicit_bzero (void *, size_t);
/third_party/musl/include/
H A Dstring.h88 void explicit_bzero (void *, size_t);
/third_party/mbedtls/library/
H A Dplatform_util.c12 * except OpenBSD, where it stops us accessing explicit_bzero.
19 /* Clang requires this to get support for explicit_bzero */
41 // Detect platforms known to support explicit_bzero()
60 * secure memset, such as explicit_bzero(), that is safe against being optimized
99 explicit_bzero(buf, len); in mbedtls_platform_zeroize()
101 /* You'd think that Msan would recognize explicit_bzero() as in mbedtls_platform_zeroize()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstring.h85 void explicit_bzero (void *, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstring.h87 void explicit_bzero (void *, size_t);
/third_party/python/Modules/_blake2/impl/
H A Dblake2-impl.h151 explicit_bzero(v, n); in secure_zero_memory()
/third_party/FreeBSD/lib/libc/gen/
H A Darc4random.c155 explicit_bzero(rnd, sizeof(rnd)); /* discard source seed */ in _rs_stir()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs756 pub fn explicit_bzero(s: *mut ::c_void, len: ::size_t); in explicit_bzero() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1261 pub fn explicit_bzero(s: *mut ::c_void, len: ::size_t); in explicit_bzero() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1725 pub fn explicit_bzero(s: *mut ::c_void, len: ::size_t); in explicit_bzero() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1853 pub fn explicit_bzero(s: *mut ::c_void, len: ::size_t); in explicit_bzero() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs2007 pub fn explicit_bzero(buf: *mut ::c_void, len: ::size_t); in explicit_bzero() functions

Completed in 22 milliseconds