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.java61 public static final int KM_PAD_NONE = 1; field in AuthorizationList
146 .put(KM_PAD_NONE, "NONE")
597 case KM_PAD_NONE: in getPaddingModesAsStrings()
/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java34 import static android.security.keymaster.KeymasterDefs.KM_PAD_NONE;
550 allPaddings.add(new DERInteger(KM_PAD_NONE)); in makeSymKeyAuthList()
608 allPaddings.add(new DERInteger(KM_PAD_NONE)); in makeRsaAuthList()