OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RtlGenRandom
(Results
1 - 3
of
3
) sorted by null
/external/expat/lib/
xmlparse.c
104
* Windows (
RtlGenRandom
): _WIN32. \
777
* Hint on
RtlGenRandom
and the following article from libsodium.
788
const RTLGENRANDOM_FUNC
RtlGenRandom
790
if (
RtlGenRandom
) {
791
if (
RtlGenRandom
((PVOID)target, (ULONG)count) == TRUE) {
862
return ENTROPY_DEBUG("
RtlGenRandom
", entropy);
[
all
...]
/external/python/cpython2/Modules/expat/
xmlparse.c
104
* Windows (
RtlGenRandom
): _WIN32. \
777
* Hint on
RtlGenRandom
and the following article from libsodium.
788
const RTLGENRANDOM_FUNC
RtlGenRandom
790
if (
RtlGenRandom
) {
791
if (
RtlGenRandom
((PVOID)target, (ULONG)count) == TRUE) {
862
return ENTROPY_DEBUG("
RtlGenRandom
", entropy);
[
all
...]
/external/python/cpython3/Modules/expat/
xmlparse.c
104
* Windows (
RtlGenRandom
): _WIN32. \
777
* Hint on
RtlGenRandom
and the following article from libsodium.
788
const RTLGENRANDOM_FUNC
RtlGenRandom
790
if (
RtlGenRandom
) {
791
if (
RtlGenRandom
((PVOID)target, (ULONG)count) == TRUE) {
862
return ENTROPY_DEBUG("
RtlGenRandom
", entropy);
[
all
...]
Completed in 306 milliseconds