Lines Matching refs:param
58 * @param info Indicates executor registration information. See {@link ExecutorRegisterInfo}.
59 * @param index Indicates the executor index under the authentication framework.
60 * @param publicKey Indicates the public key of the authentication framework.
61 * @param templateIds Indicates template IDs enrolled by the executors.
71 * @param index Indicates the executor index under the authentication framework.
80 * @param userId Indicates the user ID.
81 … * @param challenge Indicates the random number, which is used to generate an authentication token.
90 * @param userId Indicates the user ID.
100 * @param userId Indicates the user ID.
101 * @param authToken Indicates the authentication token of the user password.
102 * @param param Indicates input parameters. See {@link EnrollParam}.
103 * @param info Indicates scheduling information. See {@link ScheduleInfo}.
110 BeginEnrollment([in] int userId, [in] unsigned char[] authToken, [in] struct EnrollParam param,
115 * @param userId Indicates the user ID.
116 * @param scheduleResult Indicates the enrollment result issued by the executor.
117 * @param info Indicates the enrollment result. See {@link EnrollResultInfo}.
126 * @param userId Indicates the user ID.
135 * @param userId Indicates the user ID.
136 * @param credentialId Indicates the credential index.
137 * @param authToken Indicates the authentication token of the user password.
138 * @param info Indicates the credential information to delete. See {@link CredentialInfo}.
148 * @param userId Indicates the user ID.
149 * @param authType Indicates the authentication type. See {@link AuthType}.
150 * @param infos Indicates credential information. See {@link CredentialInfo}.
159 * @param userId Indicates the user ID.
160 * @param secureUid Indicates the secure user ID.
161 * @param pinSubType Indicates the sub type of PIN authentication. See {@link PinSubType}.
162 * @param infos Indicates enrolled information. See {@link EnrolledInfo}.
172 * @param userId Indicates the user ID.
173 * @param authToken Indicates the authentication token of the user password.
174 … * @param deletedInfos Indicates the credential information to delete. See {@link CredentialInfo}.
183 * @param userId Indicates the user ID.
184 … * @param deletedInfos Indicates the credential information to delete. See {@link CredentialInfo}.
193 * @param contextId Indicates the context index.
194 * @param param Indicates input parameters. See {@link AuthSolution}.
195 * @param scheduleInfos Indicates scheduling information. See {@link ScheduleInfo}.
202 BeginAuthentication([in] unsigned long contextId, [in] struct AuthSolution param,
207 * @param contextId Indicates the context index.
208 * @param scheduleResult Indicates the authentication result issued by the executor.
209 * @param info Indicates authentication result information. See {@link AuthResultInfo}.
219 * @param contextId Indicates the context index.
228 * @param contextId Indicates the context index.
229 * @param authType Indicates the identification type. See @{AuthType}.
230 * @param challenge Indicates the identification challenge.
231 * @param executorSensorHint Indicates the executor sensor hint.
233 * @param scheduleInfo Indicates scheduling information. See {@link ScheduleInfo}.
245 * @param contextId Indicates the context index.
246 * @param scheduleResult Indicates the identification result issued by the executor.
247 * @param info Indicates identification result information. See {@link IdentifyResultInfo}.
257 * @param contextId Indicates the context index.
266 * @param userId Indicates the user ID.
267 * @param authType Indicates the authentication type. See {@link AuthType}.
268 * @param authTrustLevel Indicates the authentication trust level.
277 * @param userId Indicates the user ID.
278 * @param authTypes Indicates the authentication types to be filtered. See {@link AuthType}.
279 * @param authTrustLevel Indicates the authentication trust level.
280 * @param validTypes Indicates the valid authentication types. See {@link AuthType}.