Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStoreCryptoOperationUtils.java56 public static boolean canUserAuthorizationSucceed(AndroidKeyStoreKey key) { in canUserAuthorizationSucceed() method in KeyStoreCryptoOperationUtils
207 if (!KeyStoreCryptoOperationUtils.canUserAuthorizationSucceed(key)) { in getOrMakeOperationChallenge()