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
defs:GenerateRandom
(Results
1 - 7
of
7
) sorted by relevance
/base/security/device_security_level/services/common/
H
A
D
dslm_crypto.c
23
void
GenerateRandom
(RandomValue *rand, uint32_t length)
in GenerateRandom()
function
/base/security/asset/frameworks/os_dependency/openssl/src/
H
A
D
openssl_wrapper.c
38
int32_t
GenerateRandom
(uint8_t *random, uint32_t randomLen)
in GenerateRandom()
function
/base/security/crypto_framework/frameworks/cj/src/
H
A
D
random_impl.cpp
41
HcfBlob RandomImpl::
GenerateRandom
(int32_t numBytes, int32_t* errCode)
in GenerateRandom()
function in OHOS::CryptoFramework::RandomImpl
/base/security/asset/services/db_key_operator/src/
H
A
D
lib.rs
58
fn
GenerateRandom
(random: *mut u8, random_len: u32) -> i32;
in GenerateRandom()
functions
/base/security/crypto_framework/frameworks/crypto_operation/
H
A
D
rand.c
71
static HcfResult
GenerateRandom
(HcfRand *self, int32_t numBytes, HcfBlob *random)
in GenerateRandom()
function
/base/security/crypto_framework/frameworks/js/jsi/src/
H
A
D
jsi_rand.cpp
59
JSIValue CryptoFrameworkLiteModule::
GenerateRandom
(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum)
in GenerateRandom()
function in OHOS::ACELite::CryptoFrameworkLiteModule
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H
A
D
huks_adapter.c
151
static int32_t
GenerateRandom
(Uint8Buff *rand)
in GenerateRandom()
function
Completed in 6 milliseconds