Home
last modified time | relevance | path

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

/system/security/identity/binder/android/security/identity/
DICredential.aidl69 void storeStaticAuthenticationData(in AuthKeyParcel authenticationKey, in storeStaticAuthenticationData() method
/system/security/identity/
DCredentialData.h121 bool storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey,
DCredential.h84 Status storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey,
DCredential.cpp759 Status Credential::storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey, in storeStaticAuthenticationData() function in android::security::identity::Credential
772 if (!data->storeStaticAuthenticationData(authenticationKey.x509cert, in storeStaticAuthenticationData()
801 if (!data->storeStaticAuthenticationData(authenticationKey.x509cert, in storeStaticAuthenticationDataWithExpiration()
DCredentialData.cpp618 bool CredentialData::storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey, in storeStaticAuthenticationData() function in android::security::identity::CredentialData