Searched refs:ePublicKey (Results 1 – 2 of 2) sorted by relevance
155 cppbor::Map calcSessionTranscript(const vector<uint8_t>& ePublicKey) { in calcSessionTranscript() argument156 auto [getXYSuccess, ephX, ephY] = support::ecPublicKeyGetXandY(ePublicKey); in calcSessionTranscript()182 optional<vector<uint8_t>> ePublicKey = support::ecKeyPairGetPublicKey(eKeyPair); in setupRetrieveData() local183 sessionTranscript_ = calcSessionTranscript(ePublicKey.value()); in setupRetrieveData()
256 optional<vector<uint8_t>> ePublicKey = support::ecKeyPairGetPublicKey(eKeyPair); in retrieveData() local259 auto [getXYSuccess, ephX, ephY] = support::ecPublicKeyGetXandY(ePublicKey.value()); in retrieveData()509 optional<vector<uint8_t>> ePublicKey = support::ecKeyPairGetPublicKey(eKeyPair); in TEST_P() local512 auto [getXYSuccess, ephX, ephY] = support::ecPublicKeyGetXandY(ePublicKey.value()); in TEST_P()