Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredential.cpp169 optional<vector<uint8_t>> ephemeralPriv = hwProxy_->createEphemeralKeyPair(); in createEphemeralKeyPair() local
170 if (!ephemeralPriv) { in createEphemeralKeyPair()
176 support::ecPrivateKeyToKeyPair(ephemeralPriv.value()); in createEphemeralKeyPair()