Home
last modified time | relevance | path

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

/aosp12/frameworks/base/identity/java/android/security/identity/
H A DIdentityCredential.java350 public abstract void storeStaticAuthenticationData( in storeStaticAuthenticationData()
375 public void storeStaticAuthenticationData( in storeStaticAuthenticationData()
H A DCredstoreIdentityCredential.java400 public void storeStaticAuthenticationData(X509Certificate authenticationKey, in storeStaticAuthenticationData()
422 public void storeStaticAuthenticationData(X509Certificate authenticationKey, in storeStaticAuthenticationData()
/aosp12/system/security/identity/binder/android/security/identity/
H A DICredential.aidl65 void storeStaticAuthenticationData(in AuthKeyParcel authenticationKey, in storeStaticAuthenticationData()
68 void storeStaticAuthenticationDataWithExpiration(in AuthKeyParcel authenticationKey, in storeStaticAuthenticationDataWithExpiration()
/aosp12/system/security/identity/
H A DCredential.cpp654 Status Credential::storeStaticAuthenticationData(const AuthKeyParcel& authenticationKey, in storeStaticAuthenticationData()
677 Credential::storeStaticAuthenticationDataWithExpiration(const AuthKeyParcel& authenticationKey, in storeStaticAuthenticationDataWithExpiration()
H A DCredentialData.cpp597 bool CredentialData::storeStaticAuthenticationData(const vector<uint8_t>& authenticationKey, in storeStaticAuthenticationData()