Home
last modified time | relevance | path

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

/system/security/identity/binder/android/security/identity/
DICredential.aidl65 void storeStaticAuthenticationData(in AuthKeyParcel authenticationKey, in storeStaticAuthenticationData() argument
68 void storeStaticAuthenticationDataWithExpiration(in AuthKeyParcel authenticationKey, in storeStaticAuthenticationDataWithExpiration() argument
/system/security/identity/
DCredential.h80 Status storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey,
83 storeStaticAuthenticationDataWithExpiration(const AuthKeyParcel& authenticationKey,
DCredentialData.h119 bool storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey,
DCredential.cpp654 Status Credential::storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey, in storeStaticAuthenticationData() argument
662 if (!data->storeStaticAuthenticationData(authenticationKey.x509cert, in storeStaticAuthenticationData()
677 Credential::storeStaticAuthenticationDataWithExpiration(const AuthKeyParcel& authenticationKey, in storeStaticAuthenticationDataWithExpiration() argument
690 if (!data->storeStaticAuthenticationData(authenticationKey.x509cert, in storeStaticAuthenticationDataWithExpiration()
DCredentialData.cpp597 bool CredentialData::storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey, in storeStaticAuthenticationData() argument
601 if (data.pendingCertificate == authenticationKey) { in storeStaticAuthenticationData()