Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DCborUtils.java70 private static final int CURVE_AND_EEK_CHAIN_LENGTH = 2; field in CborUtils
237 if (curveAndEekChain.size() != CURVE_AND_EEK_CHAIN_LENGTH) { in parseGeekResponse()
238 Log.e(TAG, "Wrong size. Expected: " + CURVE_AND_EEK_CHAIN_LENGTH + ". Actual: " in parseGeekResponse()