Searched defs:lmresp (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_ntlm.c | 186 uchar_t *lmresp, *ntresp; local 202 err = smbfs_mb_fit(lm_mbp, NTLM_V1_RESP_SZ, (char **)&lmresp); 205 bzero(lmresp, NTLM_V1_RESP_SZ); 208 err = smbfs_ntlm_v1_response(lmresp, ctx->ct_lmhash, 243 uchar_t *lmresp, *ntresp; local 257 err = smbfs_mb_fit(lm_mbp, NTLM_V1_RESP_SZ, (char **)&lmresp); 264 bzero(lmresp, NTLM_V1_RESP_SZ); 265 bcopy(ctx->ct_clnonce, lmresp, NTLM_CHAL_SZ); 469 uchar_t *lmresp, *ntresp; local 509 lmresp [all...] |
Completed in 16 milliseconds