Home
last modified time | relevance | path

Searched refs:lg_challenge_key (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/test/libmlrpc-tests/tests/netrlogon/samlogon_tests/
H A Dsamlogon.c229 user_info.lg_challenge_key.val = in main()
230 read_buf_from_file(chall_file, &user_info.lg_challenge_key.len); in main()
231 if (user_info.lg_challenge_key.val == NULL) { in main()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_logon.c573 if (user_info->lg_challenge_key.len < 8 || in netr_server_samlogon()
574 user_info->lg_challenge_key.val == NULL) { in netr_server_samlogon()
670 if (user_info->lg_challenge_key.len >= 8 && in netr_network_samlogon()
671 user_info->lg_challenge_key.val != 0) { in netr_network_samlogon()
672 bcopy(user_info->lg_challenge_key.val, in netr_network_samlogon()
H A Dsmb_logon.c652 user_info->lg_challenge_key.val, in smb_token_auth_local()
653 user_info->lg_challenge_key.len, in smb_token_auth_local()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c457 user_info.lg_challenge_key.len = SMBAUTH_CHAL_SZ; in smbd_ntlmssp_authenticate()
458 user_info.lg_challenge_key.val = (uint8_t *)be->srv_challenge; in smbd_ntlmssp_authenticate()
480 user_info.lg_challenge_key.val = in smbd_ntlmssp_authenticate()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_token.h123 smb_buf32_t lg_challenge_key; member
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_authenticate.c137 user_info.lg_challenge_key.val = sr->session->challenge_key; in smb_auth_do_oldreq()
138 user_info.lg_challenge_key.len = sr->session->challenge_len; in smb_auth_do_oldreq()
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_token_xdr.c180 if (!smb_buf32_xdr(xdrs, &objp->lg_challenge_key)) in smb_logon_xdr()