Lines Matching refs:enroll
36 * Fingerprint pre-enroll enroll request:
38 * an enrollment transaction. pre-enroll and post-enroll specify
40 * Pre-enroll only generates a challenge, a full hardwareAuthToken is
47 @callflow(next={"enroll", "postEnroll"})
51 * Fingerprint enroll request:
53 * template. Switches back as soon as enroll is complete, signalled by
55 * fingerprintMsg.data.enroll.samplesRemaining == 0)
68 @callflow(next={"cancel", "enroll", "postEnroll", "remove"})
69 enroll(uint8_t[69] hat, uint32_t gid, uint32_t timeoutSec)
73 * Finishes the enroll operation and invalidates the preEnroll() generated
95 * Cancel pending enroll or authenticate, sending FINGERPRINT_ERROR_CANCELED
101 @callflow(next={"authenticate", "enroll", "enumerate", "remove",
116 @callflow(next={"remove", "enroll", "authenticate", "setActiveGroup"})