HomeSort by relevance Sort by last modified time
    Searched defs:GetRandom (Results 1 - 9 of 9) sorted by null

  /prebuilts/go/darwin-x86/src/internal/syscall/unix/
getrandom_linux.go 15 // GetRandomFlag is a flag supported by the getrandom system call.
26 // GetRandom calls the Linux getrandom system call.
28 func GetRandom(p []byte, flags GetRandomFlag) (n int, err error) {
  /prebuilts/go/linux-x86/src/internal/syscall/unix/
getrandom_linux.go 15 // GetRandomFlag is a flag supported by the getrandom system call.
26 // GetRandom calls the Linux getrandom system call.
28 func GetRandom(p []byte, flags GetRandomFlag) (n int, err error) {
  /system/bt/service/common/bluetooth/
uuid.cc 40 UUID UUID::GetRandom() {
  /device/generic/goldfish/gatekeeper/
SoftGateKeeper.h 89 virtual void GetRandom(void *random, uint32_t requested_length) const {
162 GetRandom(&salt, sizeof(salt));
  /external/webrtc/webrtc/base/
helpers.cc 155 static_cast<uint8_t*>(buf)[i] = static_cast<uint8_t>(GetRandom());
161 int GetRandom() {
  /system/core/gatekeeperd/
SoftGateKeeper.h 89 virtual void GetRandom(void *random, uint32_t requested_length) const {
162 GetRandom(&salt, sizeof(salt));
  /system/tpm/attestation/common/
crypto_utility_impl.cc 71 bool CryptoUtilityImpl::GetRandom(size_t num_bytes,
84 if (!GetRandom(kAesKeySize, aes_key)) {
85 LOG(ERROR) << __func__ << ": GetRandom failed.";
100 if (!GetRandom(kAesBlockSize, &iv)) {
101 LOG(ERROR) << __func__ << ": GetRandom failed.";
223 if (!GetRandom(kAesKeySize, &aes_key)) {
224 LOG(ERROR) << __func__ << ": GetRandom failed.";
426 if (!GetRandom(kAesBlockSize, &iv)) {
427 LOG(ERROR) << __func__ << ": GetRandom failed.";
  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 128 VariableType::Type baseType = state.getRandom().choose<VariableType::Type>(baseTypes.begin(), baseTypes.end());
129 int numElements = state.getRandom().getInt(1, availableLevels >= 3 ? 4 : 1);
163 ComputeValueRange()(state.getRandom(), dst.getMin().asFloat(), dst.getMax().asFloat(),
167 ComputeValueRange()(state.getRandom(), dst.getMin().asInt(), dst.getMax().asInt(),
173 ComputeValueRange()(state.getRandom(), dst.getMin().asBool(), dst.getMax().asBool(),
299 struct GetRandom
306 T subRangeLen = GetRandom()(random, T(0), rangeLen);
307 T aOffset = GetRandom()(random, T(-8), T(8));
349 struct GetRandom
356 T subRangeLen = GetRandom()(random, T(0), rangeLen)
    [all...]
  /system/tpm/trunks/
tpm_generated.cc     [all...]

Completed in 300 milliseconds