Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java555 DERTaggedObject noAuthRequired = in makeSymKeyAuthList() local
565 allItems.add(noAuthRequired); in makeSymKeyAuthList()
617 DERTaggedObject noAuthRequired = in makeRsaAuthList() local
627 allItems.add(noAuthRequired); in makeRsaAuthList()
655 DERTaggedObject noAuthRequired = in makeEcAuthList() local
664 allItems.add(noAuthRequired); in makeEcAuthList()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java186 private boolean noAuthRequired; field in AuthorizationList
263 noAuthRequired = true; in AuthorizationList()
393 noAuthRequired = true; in AuthorizationList()
664 return noAuthRequired; in isNoAuthRequired()
841 if (!noAuthRequired && userAuthType != null) { in toString()