Home
last modified time | relevance | path

Searched defs:ntlm_type3 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/
H A Dheimntlm.h150 struct ntlm_type3 { struct
151 uint32_t flags; /**< */
152 char *username; /**< */
153 char *targetname; /**< */
154 struct ntlm_buf lm; /**< */
155 struct ntlm_buf ntlm; /**< */
156 struct ntlm_buf sessionkey; /**< */
157 char *ws; /**< */
158 uint32_t os[2]; /**< */
159 size_t mic_offset;
[all …]