Home
last modified time | relevance | path

Searched refs:implInfos (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
H A DPeriodicProvisioner.java105 ImplInfo[] implInfos = binder.getImplementationInfo(); in run() local
106 if (implInfos == null) { in run()
112 int[] keysNeededForSecLevel = new int[implInfos.length]; in run()
114 isProvisioningNeeded(binder, expiringBy, implInfos, keysNeededForSecLevel); in run()
154 for (int i = 0; i < implInfos.length; i++) { in run()
162 implInfos[i].secLevel, in run()
194 IRemoteProvisioning binder, long expiringBy, ImplInfo[] implInfos, in isProvisioningNeeded() argument
197 if (implInfos == null || keysNeededForSecLevel == null in isProvisioningNeeded()
198 || keysNeededForSecLevel.length != implInfos.length) { in isProvisioningNeeded()
203 for (int i = 0; i < implInfos.length; i++) { in isProvisioningNeeded()
[all …]
H A DBootReceiver.java87 ImplInfo[] implInfos = binder.getImplementationInfo(); in calcNumPotentialKeysToDownload() local
88 if (implInfos == null) { in calcNumPotentialKeysToDownload()
93 for (int i = 0; i < implInfos.length; i++) { in calcNumPotentialKeysToDownload()
94 AttestationPoolStatus pool = binder.getPoolStatus(0, implInfos[i].secLevel); in calcNumPotentialKeysToDownload()
/aosp12/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/service/
H A DGenerateRkpKeyService.java83 ImplInfo[] implInfos = binder.getImplementationInfo();
85 for (int i = 0; i < implInfos.length; i++) {
86 if (implInfos[i].secLevel == secLevel) {
87 curve = implInfos[i].supportedCurve;