| /third_party/FreeBSD/sys/dev/random/ |
| H A D | yarrow.c | 211 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 D | explicit_bzero.c | 4 void explicit_bzero(void *d, size_t n) in explicit_bzero() function
|
| /third_party/FreeBSD/sys/crypto/rijndael/ |
| H A D | rijndael-api-fst.c | 187 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 D | explicit_bzero.c | 1 /* $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 D | systm.h | 51 void explicit_bzero(void * _Nonnull, size_t);
|
| /third_party/musl/porting/liteos_m/user/include/ |
| H A D | string.h | 85 void explicit_bzero (void *, size_t);
|
| /third_party/musl/porting/linux/user/include/ |
| H A D | string.h | 87 void explicit_bzero (void *, size_t);
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | string.h | 85 void explicit_bzero (void *, size_t);
|
| /third_party/musl/include/ |
| H A D | string.h | 88 void explicit_bzero (void *, size_t);
|
| /third_party/mbedtls/library/ |
| H A D | platform_util.c | 12 * 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 D | string.h | 85 void explicit_bzero (void *, size_t);
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| H A D | string.h | 87 void explicit_bzero (void *, size_t);
|
| /third_party/python/Modules/_blake2/impl/ |
| H A D | blake2-impl.h | 151 explicit_bzero(v, n); in secure_zero_memory()
|
| /third_party/FreeBSD/lib/libc/gen/ |
| H A D | arc4random.c | 155 explicit_bzero(rnd, sizeof(rnd)); /* discard source seed */
in _rs_stir()
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
| H A D | mod.rs | 756 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 D | mod.rs | 1261 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 D | mod.rs | 1725 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 D | mod.rs | 1853 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 D | mod.rs | 2007 pub fn explicit_bzero(buf: *mut ::c_void, len: ::size_t); in explicit_bzero() functions
|