Lines Matching refs:password
56 * @password: 0-to-256-unicode-char Password (IN; ASCII)
57 * @password_len: Length of password
61 int nt_password_hash(const u8 *password, size_t password_len,
70 /* Convert password into unicode */
72 buf[2 * i] = password[i];
120 * @password: 0-to-256-unicode-char Password (IN; ASCII)
121 * @password_len: Length of password
127 const u8 *password, size_t password_len,
135 if (nt_password_hash(password, password_len, password_hash))
228 * @password: 0-to-256-unicode-char Password (IN; ASCII)
229 * @password_len: Length of password
239 int generate_authenticator_response(const u8 *password, size_t password_len,
246 if (nt_password_hash(password, password_len, password_hash))
257 * @password: 0-to-256-unicode-char Password (IN; ASCII)
258 * @password_len: Length of password
262 int nt_challenge_response(const u8 *challenge, const u8 *password,
266 if (nt_password_hash(password, password_len, password_hash))
378 * @password: 0-to-256-unicode-char Password (IN; ASCII)
379 * @password_len: Length of password
385 const u8 *password, size_t password_len,
399 pw_block[offset + i * 2] = password[i];
401 * PasswordLength is 4 octets, but since the maximum password length is