Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:RtlGenRandom
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lzma/CPP/7zip/Crypto/
H
A
D
RandGen.cpp
25
#ifndef
RtlGenRandom
26
#define
RtlGenRandom
SystemFunction036
macro
27
BOOLEAN WINAPI
RtlGenRandom
(PVOID RandomBuffer, ULONG RandomBufferLength);
92
if (
RtlGenRandom
(buf, kBufSize))
in Init()
102
// SystemFunction036() is real name of
RtlGenRandom
() function
in Init()
H
A
D
RandGen.h
16
#define MY_RAND_GEN(data, size)
RtlGenRandom
(data, size)
/third_party/node/deps/cares/src/lib/
H
A
D
ares_rand.c
44
ARES_RAND_OS = 1 << 0, /* OS-provided such as
RtlGenRandom
or arc4random */
165
/* Define
RtlGenRandom
= SystemFunction036. This is in advapi32.dll. There is
172
# ifndef
RtlGenRandom
173
# define
RtlGenRandom
(a, b) SystemFunction036(a, b)
macro
267
RtlGenRandom
(buf, (ULONG)len);
in ares__rand_bytes_fetch()
Completed in 1 milliseconds