Searched defs:nt_resp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_auth.c355 unsigned char *nt_resp,
366 ok = (bcmp(ok_resp, nt_resp, SMBAUTH_LM_RESP_SZ) == 0);
524 unsigned char *nt_resp,
547 smbpw->pw_nthash, nt_resp, nt_len,
561 nt_resp, session_key);
352 smb_ntlm_password_ok( unsigned char *challenge, unsigned char *ntlm_hash, unsigned char *nt_resp, unsigned char *session_key) argument
518 smb_auth_validate( smb_passwd_t *smbpw, char *domain, char *username, unsigned char *challenge, uint_t clen, unsigned char *nt_resp, uint_t nt_len, unsigned char *lm_resp, uint_t lm_len, uchar_t *session_key) argument
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c399 void *nt_resp; local
427 if (decode_secbuf_bin(&mb, &hdr.h_nt_resp, &nt_resp) < 0)
461 user_info.lg_nt_password.val = nt_resp;

Completed in 111 milliseconds