Searched refs:EC_CURVE_P256 (Results 1 – 4 of 4) sorted by relevance
186 .add(new UnsignedInteger(CborUtils.EC_CURVE_P256)) in testParseGeekResponseFakeData()197 assertArrayEquals(mEncodedGeekChain2, resp.getGeekChain(CborUtils.EC_CURVE_P256)); in testParseGeekResponseFakeData()215 .add(new UnsignedInteger(CborUtils.EC_CURVE_P256)) in testParseGeekResponseFakeDataWithBadCertTimeRange()242 .add(new UnsignedInteger(CborUtils.EC_CURVE_P256)) in testExtraDeviceConfigEntriesDontFail()254 assertArrayEquals(mEncodedGeekChain2, resp.getGeekChain(CborUtils.EC_CURVE_P256)); in testExtraDeviceConfigEntriesDontFail()271 .add(new UnsignedInteger(CborUtils.EC_CURVE_P256)) in testMissingDeviceConfigDoesntFail()281 assertArrayEquals(mEncodedGeekChain2, resp.getGeekChain(CborUtils.EC_CURVE_P256)); in testMissingDeviceConfigDoesntFail()301 .add(new UnsignedInteger(CborUtils.EC_CURVE_P256)) in testMissingDeviceConfigEntriesDoesntFail()312 assertArrayEquals(mEncodedGeekChain2, resp.getGeekChain(CborUtils.EC_CURVE_P256)); in testMissingDeviceConfigEntriesDoesntFail()
194 SystemInterface systemInterface = mockSystemInterface(CborUtils.EC_CURVE_P256, in testGenerateCSRPreV3P256()205 geekResponse.addGeek(CborUtils.EC_CURVE_P256, eekChain); in testGenerateCSRPreV3P256()
146 assertThat(response.getGeekChain(CborUtils.EC_CURVE_P256)).isEqualTo(p256GeekChain); in testFetchGeekRkpEnabled()
50 public static final int EC_CURVE_P256 = 1; field in CborUtils