Home
last modified time | relevance | path

Searched refs:authKeyParcels (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/security/identity/
H A DCredential.cpp640 vector<AuthKeyParcel> authKeyParcels; in getAuthKeysNeedingCertification() local
644 authKeyParcels.push_back(authKeyParcel); in getAuthKeysNeedingCertification()
650 *_aidl_return = authKeyParcels; in getAuthKeysNeedingCertification()
/aosp12/frameworks/base/identity/java/android/security/identity/
H A DCredstoreIdentityCredential.java375 AuthKeyParcel[] authKeyParcels = mBinder.getAuthKeysNeedingCertification(); in getAuthKeysNeedingCertification() local
378 for (AuthKeyParcel authKeyParcel : authKeyParcels) { in getAuthKeysNeedingCertification()