Lines Matching refs:authentication
7 …authentication is indispensable in identity authentication scenarios, such as device unlocking, pa…
9 …authentication capabilities for the upper-layer user authentication (User_auth) framework and Fing…
11 **Figure 1** Fingerprint authentication architecture
13 
17 …authentication consists of the User_auth framework and basic authentication services. It supports …
20 …xecutor collects, processes, stores, and compares data for authentication. Each authentication ser…
28 …gistration and identity authentication. The executor can collect, process, store, and compare data…
30 …: only collects data during user authentication. It needs to work with the authenticator to comple…
32 …ta, obtains the stored credential template, and compares it with the authentication information ge…
36 …The authentication algorithm varies depending on the authentication mode and device used. Differen…
40 …authentication result accuracy, measures must be taken to protect the integrity of the key informa…
44 …User_auth uses the executor public key to verify the authentication result accuracy and the integr…
48 …authentication service when users set authentication credentials. Each template has an ID to index…
72 …authentication capabilities for the upper-layer User_auth framework and Fingerprint_auth service t…
87 …authentication capabilities for the upper-layer User_auth framework and Fingerprint_auth service t…
92 …authentication, recognition, and deletion. **Table 2** describes the callbacks used to return the …
99 …he executor information, including the executor type, executor role, authentication type, security…
105 | Cancel(uint64_t scheduleId) | Cancels a fingerprint enrollment, authentication, or identifica…
131 ├── executor_impl.cpp # Implementation of authentication and enrollment APIs
319 // Perform fingerprint authentication.
468 …authentication-kit/js-apis-useriam-userauth.md) to develop a HAP and verify the application on the…
470 1. Initiate a request for user authentication and obtain the authentication result.
477 // Set authentication parameters.
484 // Set the authentication page.
490 // Obtain an authentication object.
493 // Subscribe to the authentication result.
497 // Unsubscribe from the authentication result if required.
510 2. Cancel an authentication.
528 // Obtain an authentication object.
531 // Start user authentication.
534 // Cancel the authentication.