Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredential.cpp344 optional<vector<uint8_t>> profilePubKey = in startRetrieval() local
347 if (!profilePubKey) { in startRetrieval()
352 if (profilePubKey.value() == x509CertPubKey.value()) { in startRetrieval()