Searched refs:ntlm_compute_nt_hash (Results 1 – 5 of 5) sorted by relevance
53 ntlm_compute_nt_hash(uchar_t *hash, const char *pw);
127 err = ntlm_compute_nt_hash(ctx->ct_nthash, ctx->ct_password); in smb_get_authentication()
170 if ((err = ntlm_compute_nt_hash(nthash, pass)) != 0) in smbfs_keychain_add()
117 ntlm_compute_nt_hash(uchar_t *hash, const char *pass) in ntlm_compute_nt_hash() function
783 err = ntlm_compute_nt_hash(ctx->ct_nthash, ctx->ct_password); in smb_ctx_setpassword()