Home
last modified time | relevance | path

Searched defs:GetRandomBytes (Results 1 – 4 of 4) sorted by relevance

/external/tink/cc/subtle/
Drandom.cc57 util::Status Random::GetRandomBytes(absl::Span<char> buffer) { in GetRandomBytes() function in crypto::tink::subtle::Random
67 std::string Random::GetRandomBytes(size_t length) { in GetRandomBytes() function in crypto::tink::subtle::Random
/external/pigweed/pw_tls_client/public/pw_tls_client/
Dentropy.h27 inline Status GetRandomBytes(span<unsigned char> dest) { in GetRandomBytes() function
/external/tink/go/subtle/random/
Drandom.go26 func GetRandomBytes(n uint32) []byte { func
/external/pigweed/pw_tls_client/
Dfake_entropy.cc20 Status GetRandomBytes(ByteSpan) { in GetRandomBytes() function