Lines Matching refs:authentication
9 …ity authentication is required before the key is accessed. The service key can be used only after …
13 …ini-system devices do not support the access control of keys based on user identity authentication.
17 The access control via user identity authentication involves multiple phases, which are described a…
22 …authentication can be enforced to ensure secure key access. A subset of credentials (such as lock …
24 …the application process is attacked. The key access control via user authentication applies to sec…
29 In addition to user identity authentication, HUKS provides the following modes to control key valid…
42 …he same type is enrolled. The key can be accessed via other identity authentication modes (other b…
59 …rification of the challenge value to ensure the validity of the user authentication result (non-re…
61 …er identity authentication, the challenge obtained from HUKS is passed to the user authentication …
72 The preceding figure illustrates the user identity authentication and access control process.
76 - One-time authentication for multiple authorization requests
78 HUKS allows the authorization of multiple keys to be completed through one authentication.
82 …ines multiple challenges into one challenge, and sends the challenge to UserIAM for authentication.
86 …to access the key, the service directly requests UserIAM to initiate authentication and sends **Au…
94 - **HUKS_USER_AUTH_TYPE_PIN** (PIN authentication) as PIN
95 - **HUKS_USER_AUTH_TYPE_FACE** (facial authentication) as FACE
96 - **HUKS_USER_AUTH_TYPE_FINGERPRINT** (fingerprint authentication) as FINGERPRINT
105 | PIN | INVALID_CLEAR_PASSWORD | Only the PIN authentication is supporte…
106 | FACE | INVALID_CLEAR_PASSWORD | Only the facial authentication is suppo…
107 | FINGERPRINT | INVALID_CLEAR_PASSWORD | Only the fingerprint authentication is …
108 | PIN \| FACE | INVALID_CLEAR_PASSWORD | The PIN or facial authentication is sup…
109 | PIN \| FINGERPRINT | INVALID_CLEAR_PASSWORD | The PIN or fingerprint authentication i…
110 …NGERPRINT | INVALID_CLEAR_PASSWORD | The PIN, facial, or fingerprint authentication is supported. …
111 | FACE | INVALID_NEW_BIO_ENROLL | Only the facial authentication is suppo…
112 | FINGERPRINT | INVALID_NEW_BIO_ENROLL | Only the fingerprint authentication is …
113 …facial authentication is supported. After a new face is enrolled, the key can be accessed via PIN …
114 … authentication is supported. After a new fingerprint is enrolled, the key can be accessed via PIN…
115 … authentication is supported. After a new biometric feature is enrolled, the user cannot use that …
116 … authentication is supported. After a new biometric feature is enrolled, the user cannot use that …
117 | PIN | ALWAYS_VALID | Only the PIN authentication is supporte…
118 | FACE | ALWAYS_VALID | Only the facial authentication is suppo…
119 | FINGERPRINT | ALWAYS_VALID | Only the fingerprint authentication is …
120 | PIN \| FACE | ALWAYS_VALID | The PIN or facial authentication is sup…
121 | PIN \| FINGERPRINT | ALWAYS_VALID | The PIN or fingerprint authentication i…
122 …RPRINT | ALWAYS_VALID | The facial or fingerprint authentication is supported. …
123 …NGERPRINT | ALWAYS_VALID | The PIN, facial, or fingerprint authentication is supported. …