Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.1/
DIKeymasterDevice.hal46 * authentication token with a later timestamp is presented. If the `passwordOnly' argument is
57 * @param passwordOnly specifies whether the device must be unlocked with a password, rather
71 … deviceLocked(bool passwordOnly, VerificationToken verificationToken) generates (ErrorCode error);
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h156 Return<ErrorCode> deviceLocked(bool passwordOnly, in deviceLocked() argument
158 if (km4_1_dev_) return km4_1_dev_->deviceLocked(passwordOnly, verificationToken); in deviceLocked()