Searched refs:KM_ALGORITHM_EC (Results 1 – 3 of 3) sorted by relevance
51 public static final int KM_ALGORITHM_EC = 3; field in AuthorizationList485 case KM_ALGORITHM_EC: in algorithmToString()
21 import static android.security.keymaster.KeymasterDefs.KM_ALGORITHM_EC;642 new DERInteger(KM_ALGORITHM_EC)); in makeEcAuthList()
22 import static android.keystore.cts.AuthorizationList.KM_ALGORITHM_EC;1860 assertEquals(KM_ALGORITHM_EC, keyDetailsList.getAlgorithm().intValue()); in checkEcKeyDetails()