Home
last modified time | relevance | path

Searched refs:sec_buf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c85 struct sec_buf { struct
227 struct sec_buf h_cldom; in ntlmssp_put_type1()
228 struct sec_buf h_wksta; in ntlmssp_put_type1()
298 struct sec_buf h_target_name; in ntlmssp_get_type2()
302 struct sec_buf h_target_info; /* optional */ in ntlmssp_get_type2()
401 struct sec_buf h_lm_resp; in ntlmssp_put_type3()
402 struct sec_buf h_nt_resp; in ntlmssp_put_type3()
403 struct sec_buf h_domain; in ntlmssp_put_type3()
404 struct sec_buf h_user; in ntlmssp_put_type3()
405 struct sec_buf h_wksta; in ntlmssp_put_type3()
[all …]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c55 struct sec_buf { struct
73 struct sec_buf h_lm_resp; argument
74 struct sec_buf h_nt_resp;
75 struct sec_buf h_domain;
76 struct sec_buf h_user;
77 struct sec_buf h_wksta;
78 struct sec_buf h_essn_key; /* encrypted session key */
94 static int decode_secbuf_bin(smb_msgbuf_t *, struct sec_buf *, void **);
95 static int decode_secbuf_str(smb_msgbuf_t *, struct sec_buf *, char **);
545 decode_secbuf_bin(smb_msgbuf_t *mb, struct sec_buf *sb, void **binp) in decode_secbuf_bin()
[all …]