Home
last modified time | relevance | path

Searched refs:have_getrandom (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Durandom.c144 int have_getrandom; in DEFINE_STATIC_ONCE() local
150 have_getrandom = 1; in DEFINE_STATIC_ONCE()
153 have_getrandom = 1; in DEFINE_STATIC_ONCE()
156 have_getrandom = 0; in DEFINE_STATIC_ONCE()
163 if (have_getrandom) { in DEFINE_STATIC_ONCE()
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom.c144 int have_getrandom; in DEFINE_STATIC_ONCE() local
150 have_getrandom = 1; in DEFINE_STATIC_ONCE()
153 have_getrandom = 1; in DEFINE_STATIC_ONCE()
156 have_getrandom = 0; in DEFINE_STATIC_ONCE()
163 if (have_getrandom) { in DEFINE_STATIC_ONCE()
/external/python/cpython3/
Dconfigure17205 have_getrandom=yes
17207 have_getrandom=no
17211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_getrandom" >&5
17212 $as_echo "$have_getrandom" >&6; }
17214 if test "$have_getrandom" = yes; then
Dconfigure.ac5687 ],[have_getrandom=yes],[have_getrandom=no])
5688 AC_MSG_RESULT($have_getrandom)
5690 if test "$have_getrandom" = yes; then