Home
last modified time | relevance | path

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

/aosp12/system/security/identity/binder/android/security/identity/
H A DICredential.aidl65 void storeStaticAuthenticationData(in AuthKeyParcel authenticationKey, in storeStaticAuthenticationData() argument
68 void storeStaticAuthenticationDataWithExpiration(in AuthKeyParcel authenticationKey, in storeStaticAuthenticationDataWithExpiration() argument
/aosp12/frameworks/base/identity/java/android/security/identity/
H A DIdentityCredential.java351 @NonNull X509Certificate authenticationKey, in storeStaticAuthenticationData()
376 @NonNull X509Certificate authenticationKey, in storeStaticAuthenticationData()
H A DCredstoreIdentityCredential.java400 public void storeStaticAuthenticationData(X509Certificate authenticationKey, in storeStaticAuthenticationData() argument
405 authKeyParcel.x509cert = authenticationKey.getEncoded(); in storeStaticAuthenticationData()
422 public void storeStaticAuthenticationData(X509Certificate authenticationKey, in storeStaticAuthenticationData() argument
428 authKeyParcel.x509cert = authenticationKey.getEncoded(); in storeStaticAuthenticationData()
/aosp12/system/security/identity/
H A DCredential.h80 Status storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey,
83 storeStaticAuthenticationDataWithExpiration(const AuthKeyParcel& authenticationKey,
H A 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()
H A DCredentialData.h119 bool storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey,
H A DCredentialData.cpp597 bool CredentialData::storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey, in storeStaticAuthenticationData() argument
601 if (data.pendingCertificate == authenticationKey) { in storeStaticAuthenticationData()