Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSecretKeyFactorySpi.java95 boolean userAuthenticationValidWhileOnBody = false; in getKeyInfo()
188 userAuthenticationValidWhileOnBody = in getKeyInfo()
259 userAuthenticationValidWhileOnBody, in getKeyInfo()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyInfo.java109 boolean userAuthenticationValidWhileOnBody, in KeyInfo() argument
134 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyInfo()
H A DParcelableKeyGenParameterSpec.java168 final boolean userAuthenticationValidWhileOnBody = in.readBoolean(); in ParcelableKeyGenParameterSpec()
206 userAuthenticationValidWhileOnBody, in ParcelableKeyGenParameterSpec()
H A DKeyProtection.java256 boolean userAuthenticationValidWhileOnBody, in KeyProtection() argument
280 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyProtection()
H A DKeyGenParameterSpec.java360 boolean userAuthenticationValidWhileOnBody, in KeyGenParameterSpec()
420 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyGenParameterSpec()