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.aidl58 … void storeStaticAuthenticationData(in AuthKeyParcel authenticationKey, in byte[] staticAuthData); in storeStaticAuthenticationData() argument
/system/security/identity/
DCredential.h70 Status storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey,
DCredentialData.h116 bool storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey,
DCredential.cpp554 Status Credential::storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey, in storeStaticAuthenticationData() argument
556 if (!data_->storeStaticAuthenticationData(authenticationKey.x509cert, staticAuthData)) { in storeStaticAuthenticationData()
DCredentialData.cpp545 bool CredentialData::storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey, in storeStaticAuthenticationData() argument
548 if (data.pendingCertificate == authenticationKey) { in storeStaticAuthenticationData()