Searched refs:mCurveToGeek (Results 1 – 2 of 2) sorted by relevance
49 private final Map<Integer, byte[]> mCurveToGeek; field in GeekResponse60 mCurveToGeek = new HashMap<>(); in GeekResponse()75 mCurveToGeek.put(curve, geekChain); in addGeek()85 return mCurveToGeek.get(curve); in getGeekChain()
87 private final HashMap<Integer, byte[]> mCurveToGeek = new HashMap<>(); field in RkpRegistrationCheck.FetchEekResponse96 mCurveToGeek.put(curve.getValue().intValue(), in FetchEekResponse()104 return mCurveToGeek.get(curve); in getEekChain()