Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java62 public static final int KM_PAD_NONE = 1; field in AuthorizationList
145 .put(KM_PAD_NONE, "NONE")
579 case KM_PAD_NONE: in getPaddingModesAsStrings()
/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java24 import static android.security.keymaster.KeymasterDefs.KM_PAD_NONE;
389 allPaddings.add(new DERInteger(KM_PAD_NONE)); in makeAuthList()