Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/common/
DIdentityCredential.cpp392 optional<vector<uint8_t>> profilePubKey = support::certificateChainGetTopMostKey( in startRetrieval() local
394 if (!profilePubKey) { in startRetrieval()
399 if (profilePubKey.value() == x509CertPubKey.value()) { in startRetrieval()