HomeSort by: relevance | last modified time | path
    Searched defs:nt_password_hash (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/crypto/
ms_funcs.c 103 * nt_password_hash - NtPasswordHash() - RFC 2759, Sect. 8.3
109 int nt_password_hash(const u8 *password, size_t password_len, function
181 nt_password_hash(password, password_len, password_hash) ||
290 if (nt_password_hash(password, password_len, password_hash))
311 if (nt_password_hash(password, password_len, password_hash) ||
477 if (nt_password_hash(old_password, old_password_len, password_hash))
522 if (nt_password_hash(old_password, old_password_len,
524 nt_password_hash(new_password, new_password_len,

Completed in 84 milliseconds