Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dntlm.c268 memcpy(challenges + NTLM_CHAL_SZ, ctx->ct_clnonce, NTLM_CHAL_SZ); in ntlm_put_v1x_responses()
297 memcpy(lmresp, ctx->ct_clnonce, NTLM_CHAL_SZ); in ntlm_put_v1x_responses()
525 ctx->ct_clnonce, NTLM_CHAL_SZ); in ntlm_put_v2_responses()
528 mb_put_mem(lm_mbp, ctx->ct_clnonce, NTLM_CHAL_SZ, MB_MSYSTEM); in ntlm_put_v2_responses()
625 mb_put_mem(mbp, ctx->ct_clnonce, NTLM_CHAL_SZ, MB_MSYSTEM); in ntlm_build_target_info()
H A Dnegprot.c448 (void) smb_get_urandom(ctx->ct_clnonce, NTLM_CHAL_SZ); in smb_negprot()
/titanic_50/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h121 uchar_t ct_clnonce[NTLM_CHAL_SZ]; member