Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dntlm.c210 ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlm_put_v1_responses()
225 ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlm_put_v1_responses()
269 memcpy(challenges, ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlm_put_v1x_responses()
527 v2hash, ctx->ct_srv_chal, in ntlm_put_v2_responses()
544 v2hash, ctx->ct_srv_chal, in ntlm_put_v2_responses()
668 memcpy(data, ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlm2_kxkey()
H A Dntlmssp.c341 bcopy(&hdr.h_challenge, ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlmssp_get_type2()
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h119 uchar_t ct_srv_chal[NTLM_CHAL_SZ]; member