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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_auth.c339 unsigned char *lm_resp)
348 return (bcmp(ok_resp, lm_resp, SMBAUTH_LM_RESP_SZ) == 0);
526 unsigned char *lm_resp,
579 lm_resp, domain, username);
582 ok = smb_lm_password_ok(challenge, smbpw->pw_lmhash, lm_resp);
336 smb_lm_password_ok( unsigned char *challenge, unsigned char *lm_hash, unsigned char *lm_resp) 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.c398 void *lm_resp; local
425 if (decode_secbuf_bin(&mb, &hdr.h_lm_resp, &lm_resp) < 0)
464 user_info.lg_lm_password.val = lm_resp;
479 be->srv_challenge, lm_resp);
507 be->srv_challenge, lm_resp,

Completed in 130 milliseconds