Lines Matching refs:password
22 * or password, with the private key used only for enrolling authentication
25 * If there was already a password enrolled, current password handle must be
26 * passed in currentPasswordHandle, and current password must be passed in
32 * @param currentPasswordHandle The currently enrolled password handle the user
34 * password. Otherwise must be non-empty.
36 * @param currentPassword The user's current password in plain text.
39 * @param desiredPassword The new password the user wishes to enroll in
43 * On success, data buffer must contain the new password handle referencing
44 * the password provided in desiredPassword.
65 * usable to attest password verification to other trusted services.
70 * Used when a separate authenticator requests password verification,
71 * or for transactional password authentication.
73 * @param enrolledPasswordHandle The currently enrolled password handle that
76 * @param providedPassword The plaintext password to be verified against the
86 * If password re-enrollment is necessary, it must return STATUS_REENROLL.