Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dntlm.c270 memcpy(challenges + NTLM_CHAL_SZ, ctx->ct_clnonce, NTLM_CHAL_SZ); in ntlm_put_v1x_responses()
299 memcpy(lmresp, ctx->ct_clnonce, NTLM_CHAL_SZ); in ntlm_put_v1x_responses()
528 ctx->ct_clnonce, NTLM_CHAL_SZ); in ntlm_put_v2_responses()
531 mb_put_mem(lm_mbp, ctx->ct_clnonce, NTLM_CHAL_SZ, MB_MSYSTEM); in ntlm_put_v2_responses()
628 mb_put_mem(mbp, ctx->ct_clnonce, NTLM_CHAL_SZ, MB_MSYSTEM); in ntlm_build_target_info()
H A Dntlmssp.c739 (void) smb_get_urandom(ctx->ct_clnonce, NTLM_CHAL_SZ); in ntlmssp_init_client()
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h118 uchar_t ct_clnonce[NTLM_CHAL_SZ]; member