Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java326 public static final int KM_ERROR_UNSUPPORTED_EC_CURVE = ErrorCode.UNSUPPORTED_EC_CURVE; // -61 field in KeymasterDefs
/frameworks/base/keystore/java/android/security/
DKeyStoreException.java602 sErrorCodeToFailureInfo.put(KeymasterDefs.KM_ERROR_UNSUPPORTED_EC_CURVE, in sErrorCodeToFailureInfo.put() argument