Home
last modified time | relevance | path

Searched refs:randomBytes (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/security/keymint/support/include/remote_prov/
Dremote_prov_utils.h89 bytevec randomBytes(size_t numBytes);
/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp264 bytevec challenge = randomBytes(64); in TEST()
430 : eekId_(string_to_bytevec("eekid")), challenge_(randomBytes(64)) {} in CertificateRequestTestBase()
763 auto challenge = randomBytes(size); in TEST_P()
785 auto challenge = randomBytes(size); in TEST_P()
801 /* keysToSign */ {}, randomBytes(MAX_CHALLENGE_SIZE + 1), &csr); in TEST_P()
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp243 bytevec randomBytes(size_t numBytes) { in randomBytes() function