Home
last modified time | relevance | path

Searched refs:GetSecRandom (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/device_manager/utils/include/crypto/
H A Ddm_crypto.h33 static int32_t GetSecRandom(uint8_t *out, size_t outLen);
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_crypto.cpp52 int32_t ret = Crypto::GetSecRandom(buffer, len); in HWTEST_F()
/foundation/distributedhardware/device_manager/utils/src/crypto/
H A Ddm_crypto.cpp177 int32_t Crypto::GetSecRandom(uint8_t *out, size_t outLen) in GetSecRandom() function in OHOS::DistributedHardware::Crypto
195 if (Crypto::GetSecRandom(out, SALT_LENGTH) != DM_OK) { in GetSecSalt()

Completed in 2 milliseconds