Home
last modified time | relevance | path

Searched defs:GenerateRandom (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/device_security_level/services/common/
H A Ddslm_crypto.c23 void GenerateRandom(RandomValue *rand, uint32_t length) in GenerateRandom() function
/ohos5.0/base/security/asset/frameworks/os_dependency/openssl/src/
H A Dopenssl_wrapper.c38 int32_t GenerateRandom(uint8_t *random, uint32_t randomLen) in GenerateRandom() function
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Drandom_impl.cpp41 HcfBlob RandomImpl::GenerateRandom(int32_t numBytes, int32_t* errCode) in GenerateRandom() function in OHOS::CryptoFramework::RandomImpl
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-security-huks-guide.md750 #### GenerateRandom subsubsection
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-huks-guide.md751 #### GenerateRandom subsubsection
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Drand.c63 static HcfResult GenerateRandom(HcfRand *self, int32_t numBytes, HcfBlob *random) in GenerateRandom() function
/ohos5.0/base/security/asset/services/db_key_operator/src/
H A Dlib.rs58 fn GenerateRandom(random: *mut u8, random_len: u32) -> i32; in GenerateRandom() function
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c151 static int32_t GenerateRandom(Uint8Buff *rand) in GenerateRandom() function