Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h97 optional<vector<uint8_t>> getRandom(size_t numBytes);
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc122 optional<vector<uint8_t>> bytes = ::android::hardware::identity::support::getRandom(numBytes); in eicOpsRandom()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp421 optional<vector<uint8_t>> getRandom(size_t numBytes) { in getRandom() function