Lines Matching refs:enroll
70 * Begins a secure transaction request, e.g. enroll() or resetLockout().
93 @callflow(next={"enroll", "revokeChallenge", "setFeature"})
104 * Settings calls generateChallenge() once to allow the user to enroll one
116 * @param timeoutSec A timeout in seconds, after which this enroll
126 @callflow(next={"cancel", "enroll", "revokeChallenge", "remove"})
127 enroll(vec<uint8_t> hat, uint32_t timeoutSec, vec<Feature> disabledFeatures)
134 * Clients must call this method once the secure transaction (e.g. enroll
153 * persistent state as the one passed to enroll().
175 * @param faceId the ID of the enrollment returned by enroll().
198 * Cancels the current enroll, authenticate, remove, or enumerate operation.
202 @callflow(next={"authenticate", "enroll", "enumerate", "remove",
214 @callflow(next={"remove", "enroll", "authenticate", "setActiveUser"})