Searched refs:storeStaticAuthenticationData (Results 1 – 5 of 5) sorted by relevance
67 void storeStaticAuthenticationData(in AuthKeyParcel authenticationKey, in storeStaticAuthenticationData() method
120 bool storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey,
83 Status storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey,
749 Status Credential::storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey, in storeStaticAuthenticationData() function in android::security::identity::Credential762 if (!data->storeStaticAuthenticationData(authenticationKey.x509cert, in storeStaticAuthenticationData()796 if (!data->storeStaticAuthenticationData(authenticationKey.x509cert, in storeStaticAuthenticationDataWithExpiration()
600 bool CredentialData::storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey, in storeStaticAuthenticationData() function in android::security::identity::CredentialData