Home
last modified time | relevance | path

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

/system/security/identity/binder/android/security/identity/
DGetEntriesResultParcel.aidl28 byte[] staticAuthenticationData;
/system/security/identity/
DCredentialData.h58 vector<uint8_t> staticAuthenticationData; member
DCredentialData.cpp124 array.add(data.staticAuthenticationData); in saveToDisk()
189 authKeyData.staticAuthenticationData = itemStaticAuthenticationData->value(); in parseAuthKeyData()
551 data.staticAuthenticationData = staticAuthData; in storeStaticAuthenticationData()
DCredential.cpp465 ret.staticAuthenticationData = authKey->staticAuthenticationData; in getEntries()