Lines Matching refs:PIN

1 # PIN Authentication
7PIN) authentication provides user authentication capabilities in identity authentication scenarios…
9PIN authentication capabilities for the user User_auth framework (User_auth) and PIN authenticatio…
11 **Figure 1** PIN authentication architecture
13 ![image](figures/pin_auth_architecture.png "PIN authentication architecture")
16 The identity authentication consists of User_auth and basic authentication services (including PIN
47 - PIN authentication credential template
69 … driver provides basic PIN authentication capabilities for the upper-layer User_auth and Pin_auth …
76 PIN authentication must be implemented in a TEE, and the confidential information, such as PINs and…
80 …n_auth driver provides basic PIN authentication capabilities for the User_auth and Pin_auth servic…
85PIN credential enrollment, authentication, and deletion. **Table 2** describes the callbacks used …
95 … resultCode) | Called to return the subtype of the PIN enrolled by the user and the anonymization
96 …:vector<uint8_t>& extraInfo, <br>const sptr<IExecutorCallback>& callbackObj) | Enrolls a PIN. |
97 …<uint8_t>& extraInfo, const sptr<IExecutorCallback>& callbackObj) | Starts PIN authentication. …
98 | Delete(uint64_t templateId) | Deletes a PIN template. |
108 … algoVersion, const std::vector<uint8_t>& challenge)| Called to return the PIN information obtaine…
125 ├── main # Entry for implementing PIN-related functions
343 info.authType = HdiAuthType::PIN;
375 // Enroll the PIN.
464 // Perform PIN authentication.
508 // Delete the PIN template.
568 Verify whether PIN authentication can be successfully performed on the RK3568 platform as follows: