Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dgetrandom.c69 static BCryptGenRandomFuncType BCryptGenRandomFunc = NULL; variable
78 BCryptGenRandomFunc = in initialize()
86 # define BCryptGenRandomFunc BCryptGenRandom macro
128 if (BCryptGenRandomFunc != NULL in getrandom()
129 && BCryptGenRandomFunc (NULL, buffer, length, in getrandom()