Searched refs:ephemeralPriv (Results 1 – 1 of 1) sorted by relevance
210 optional<vector<uint8_t>> ephemeralPriv = hwProxy_->createEphemeralKeyPair(); in createEphemeralKeyPair() local211 if (!ephemeralPriv) { in createEphemeralKeyPair()215 optional<vector<uint8_t>> keyPair = support::ecPrivateKeyToKeyPair(ephemeralPriv.value()); in createEphemeralKeyPair()