Searched refs:authenticationKey (Results 1 – 5 of 5) sorted by relevance
58 … void storeStaticAuthenticationData(in AuthKeyParcel authenticationKey, in byte[] staticAuthData); in storeStaticAuthenticationData() argument
70 Status storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey,
116 bool storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey,
554 Status Credential::storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey, in storeStaticAuthenticationData() argument556 if (!data_->storeStaticAuthenticationData(authenticationKey.x509cert, staticAuthData)) { in storeStaticAuthenticationData()
545 bool CredentialData::storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey, in storeStaticAuthenticationData() argument548 if (data.pendingCertificate == authenticationKey) { in storeStaticAuthenticationData()