Home
last modified time | relevance | path

Searched refs:staticAuthenticationData (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/identity/java/android/security/identity/
H A DCredstoreResultData.java127 Builder(byte[] staticAuthenticationData, in Builder() argument
131 this.mResultData.mStaticAuthenticationData = staticAuthenticationData; in Builder()
H A DCredstoreIdentityCredential.java343 resultParcel.staticAuthenticationData, resultParcel.deviceNameSpaces, mac); in getEntries()
/aosp12/system/security/identity/binder/android/security/identity/
H A DGetEntriesResultParcel.aidl28 byte[] staticAuthenticationData;
/aosp12/system/security/identity/
H A DCredentialData.cpp127 array.add(data.staticAuthenticationData); in saveToDisk()
202 authKeyData.staticAuthenticationData = itemStaticAuthenticationData->value(); in parseAuthKeyData()
605 data.staticAuthenticationData = staticAuthData; in storeStaticAuthenticationData()
H A DCredentialData.h59 vector<uint8_t> staticAuthenticationData; member
H A DCredential.cpp504 ret.staticAuthenticationData = authKey->staticAuthenticationData; in getEntries()