Home
last modified time | relevance | path

Searched refs:ecPublicKeyGetXandY (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/identity/aidl/vts/
DReaderAuthTests.cpp259 auto [getXYSuccess, ephX, ephY] = support::ecPublicKeyGetXandY(ePublicKey.value()); in retrieveData()
512 auto [getXYSuccess, ephX, ephY] = support::ecPublicKeyGetXandY(ePublicKey.value()); in TEST_P()
DUserAuthTests.cpp156 auto [getXYSuccess, ephX, ephY] = support::ecPublicKeyGetXandY(ePublicKey); in calcSessionTranscript()
DEndToEndTests.cpp336 auto [getXYSuccess, ephX, ephY] = support::ecPublicKeyGetXandY(ephemeralPublicKey.value()); in TEST_P()
/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h282 tuple<bool, vector<uint8_t>, vector<uint8_t>> ecPublicKeyGetXandY(const vector<uint8_t>& publicKey);
/hardware/interfaces/identity/aidl/default/common/
DIdentityCredential.cpp470 auto [getXYSuccess, ePubX, ePubY] = support::ecPublicKeyGetXandY(ephemeralPublicKey_); in startRetrieval()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1447 tuple<bool, vector<uint8_t>, vector<uint8_t>> ecPublicKeyGetXandY( in ecPublicKeyGetXandY() function