Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/
DGeekResponse.java49 private final Map<Integer, byte[]> mCurveToGeek; field in GeekResponse
60 mCurveToGeek = new HashMap<>(); in GeekResponse()
75 mCurveToGeek.put(curve, geekChain); in addGeek()
85 return mCurveToGeek.get(curve); in getGeekChain()
/packages/modules/RemoteKeyProvisioning/util/src/com/android/rkpdapp/
DRkpRegistrationCheck.java87 private final HashMap<Integer, byte[]> mCurveToGeek = new HashMap<>(); field in RkpRegistrationCheck.FetchEekResponse
96 mCurveToGeek.put(curve.getValue().intValue(), in FetchEekResponse()
104 return mCurveToGeek.get(curve); in getEekChain()