Searched refs:storeStaticAuthenticationData (Results 1 – 5 of 5) sorted by relevance
69 void storeStaticAuthenticationData(in AuthKeyParcel authenticationKey, in storeStaticAuthenticationData() method
121 bool storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey,
84 Status storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey,
759 Status Credential::storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey, in storeStaticAuthenticationData() function in android::security::identity::Credential772 if (!data->storeStaticAuthenticationData(authenticationKey.x509cert, in storeStaticAuthenticationData()801 if (!data->storeStaticAuthenticationData(authenticationKey.x509cert, in storeStaticAuthenticationDataWithExpiration()
618 bool CredentialData::storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey, in storeStaticAuthenticationData() function in android::security::identity::CredentialData