Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/cc/subtle/
H A 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
/aosp_15_r20/external/pigweed/pw_tls_client/public/pw_tls_client/
H A Dentropy.h27 inline Status GetRandomBytes(span<unsigned char> dest) { in GetRandomBytes() function
/aosp_15_r20/external/tink/go/subtle/random/
H A Drandom.go26 func GetRandomBytes(n uint32) []byte { func
/aosp_15_r20/external/pigweed/pw_tls_client/
H A Dfake_entropy.cc20 Status GetRandomBytes(ByteSpan) { in GetRandomBytes() function
/aosp_15_r20/system/keymaster/contexts/
H A Dpure_soft_remote_provisioning_context.cpp42 std::array<uint8_t, 32> GetRandomBytes() { in GetRandomBytes() function