Home
last modified time | relevance | path

Searched refs:ct_srv_chal (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dntlm.c209 ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlm_put_v1_responses()
224 ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlm_put_v1_responses()
267 memcpy(challenges, ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlm_put_v1x_responses()
524 v2hash, ctx->ct_srv_chal, in ntlm_put_v2_responses()
541 v2hash, ctx->ct_srv_chal, in ntlm_put_v2_responses()
689 memcpy(data, ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlm2_kxkey()
H A Dnegprot.c380 err = md_get_mem(mbp, ctx->ct_srv_chal, in smb_negprot()
H A Dntlmssp.c343 bcopy(&hdr.h_challenge, ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlmssp_get_type2()
/titanic_50/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h122 uchar_t ct_srv_chal[NTLM_CHAL_SZ]; member