Searched refs:ephemeralKeyPair (Results 1 – 3 of 3) sorted by relevance
62 optional<vector<uint8_t>> ephemeralKeyPair = in initialize() local64 if (!ephemeralKeyPair) { in initialize()68 ephemeralKeyPair_ = ephemeralKeyPair.value(); in initialize()
153 vector<uint8_t> ephemeralKeyPair; in TEST_P() local154 result = credential->createEphemeralKeyPair(&ephemeralKeyPair); in TEST_P()
331 vector<uint8_t> ephemeralKeyPair; in TEST_P() local332 ASSERT_TRUE(credential->createEphemeralKeyPair(&ephemeralKeyPair).isOk()); in TEST_P()333 optional<vector<uint8_t>> ephemeralPublicKey = support::ecKeyPairGetPublicKey(ephemeralKeyPair); in TEST_P()