Searched refs:explicit_bzero (Results 1 – 14 of 14) sorted by relevance
/external/musl/src/string/ |
D | explicit_bzero.c | 4 void explicit_bzero(void *d, size_t n) in explicit_bzero() function
|
/external/musl/include/ |
D | string.h | 87 void explicit_bzero (void *, size_t);
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2-impl.h | 151 explicit_bzero(v, n); in secure_zero_memory()
|
/external/mesa3d/src/util/sha1/ |
D | README | 54 - Use memset over explicit_bzero, since memset_s once isn't widely available.
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 747 pub fn explicit_bzero(s: *mut ::c_void, len: ::size_t); in explicit_bzero() function
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 1261 pub fn explicit_bzero(s: *mut ::c_void, len: ::size_t); in explicit_bzero() function
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1725 pub fn explicit_bzero(s: *mut ::c_void, len: ::size_t); in explicit_bzero() function
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1853 pub fn explicit_bzero(s: *mut ::c_void, len: ::size_t); in explicit_bzero() function
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 2007 pub fn explicit_bzero(buf: *mut ::c_void, len: ::size_t); in explicit_bzero() function
|
/external/python/cpython3/ |
D | pyconfig.h.in | 326 /* Define to 1 if you have the `explicit_bzero' function. */
|
D | configure.ac | 3710 clock confstr close_range copy_file_range ctermid dup3 execv explicit_bzero \
|
D | configure | 11954 clock confstr close_range copy_file_range ctermid dup3 execv explicit_bzero \
|
/external/musl/ |
D | sources.bp | 1776 "src/string/explicit_bzero.c",
|
D | WHATSNEW | 1921 - explicit_bzero function
|