Home
last modified time | relevance | path

Searched refs:EC_CURVE_P256 (Results 1 – 4 of 4) sorted by relevance

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DCborUtilsTest.java186 .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()
DSystemInterfaceTest.java194 SystemInterface systemInterface = mockSystemInterface(CborUtils.EC_CURVE_P256, in testGenerateCSRPreV3P256()
205 geekResponse.addGeek(CborUtils.EC_CURVE_P256, eekChain); in testGenerateCSRPreV3P256()
DServerInterfaceTest.java146 assertThat(response.getGeekChain(CborUtils.EC_CURVE_P256)).isEqualTo(p256GeekChain); in testFetchGeekRkpEnabled()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DCborUtils.java50 public static final int EC_CURVE_P256 = 1; field in CborUtils