Home
last modified time | relevance | path

Searched refs:explicit_bzero (Results 1 – 13 of 13) sorted by relevance

/third_party/FreeBSD/sys/dev/random/
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/
Dexplicit_bzero.c4 void explicit_bzero(void *d, size_t n) in explicit_bzero() function
/third_party/FreeBSD/sys/sys/
Dsystm.h52 void explicit_bzero(void * _Nonnull, size_t);
/third_party/FreeBSD/sys/libkern/
Dexplicit_bzero.c20 explicit_bzero(void *buf, size_t len) in explicit_bzero() function
/third_party/musl/include/
Dstring.h85 void explicit_bzero (void *, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h89 void explicit_bzero (void *, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dstring.h85 void explicit_bzero (void *, size_t);
/third_party/python/Modules/_blake2/impl/
Dblake2-impl.h151 explicit_bzero(v, n); in secure_zero_memory()
/third_party/python/
Dpyconfig.h.in308 /* Define to 1 if you have the `explicit_bzero' function. */
Dconfigure.ac3682 clock confstr copy_file_range ctermid dup3 execv explicit_bzero explicit_memset \
Dconfigure11704 clock confstr copy_file_range ctermid dup3 execv explicit_bzero explicit_memset \
/third_party/musl/
Dmusl_src.gni1136 "src/string/explicit_bzero.c",
DWHATSNEW1921 - explicit_bzero function