Home
last modified time | relevance | path

Searched refs:ePublicKey (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/identity/aidl/vts/
DUserAuthTests.cpp155 cppbor::Map calcSessionTranscript(const vector<uint8_t>& ePublicKey) { in calcSessionTranscript() argument
156 auto [getXYSuccess, ephX, ephY] = support::ecPublicKeyGetXandY(ePublicKey); in calcSessionTranscript()
182 optional<vector<uint8_t>> ePublicKey = support::ecKeyPairGetPublicKey(eKeyPair); in setupRetrieveData() local
183 sessionTranscript_ = calcSessionTranscript(ePublicKey.value()); in setupRetrieveData()
DReaderAuthTests.cpp256 optional<vector<uint8_t>> ePublicKey = support::ecKeyPairGetPublicKey(eKeyPair); in retrieveData() local
259 auto [getXYSuccess, ephX, ephY] = support::ecPublicKeyGetXandY(ePublicKey.value()); in retrieveData()
509 optional<vector<uint8_t>> ePublicKey = support::ecKeyPairGetPublicKey(eKeyPair); in TEST_P() local
512 auto [getXYSuccess, ephX, ephY] = support::ecPublicKeyGetXandY(ePublicKey.value()); in TEST_P()