Searched refs:GetSecRandom (Results 1 – 3 of 3) sorted by relevance
33 static int32_t GetSecRandom(uint8_t *out, size_t outLen);
176 int32_t Crypto::GetSecRandom(uint8_t *out, size_t outLen) in GetSecRandom() function in OHOS::DistributedHardware::Crypto194 if (Crypto::GetSecRandom(out, SALT_LENGTH) != DM_OK) { in GetSecSalt()
52 int32_t ret = Crypto::GetSecRandom(buffer, len);