Lines Matching refs:with
5 * you may not use this file except in compliance with the License.
35 * @4.1::IKeymasterDevice::attestKey() must produce attestations with keymasterVersion 41. An
36 * oversight in the original numbering left no room for minor versions, so starting with 4.1 the
42 * Called by client to notify the IKeymasterDevice that the device is now locked, and keys with
45 * UNLOCKED_DEVICE_REQUIRED keys must be rejected with Error::DEVICE_LOCKED until an
46 * authentication token with a later timestamp is presented. If the `passwordOnly' argument is
48 * authenticated with a password, not a biometric.
57 * @param passwordOnly specifies whether the device must be unlocked with a password, rather
61 * provides the StrongBox IKeymasterDevice with a fresh, MACed timestamp which it can use as the
65 * Crucially, if a StrongBox IKeymasterDevice receives a deviceLocked() call with a verification
75 * state, and that keys with the EARLY_BOOT_ONLY tag may no longer be used. All attempts to use
76 * an EARLY_BOOT_ONLY key after this method is called must fail with Error::INVALID_KEY_BLOB.