Searched refs:len_string (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
H A D | ntlm.c | 304 len_string(int ucs2, const char *s) in len_string() function 463 CHECK(krb5_store_uint16(out, len_string(ucs2, s)), 0); in encode_ti_string() 761 domain.length = len_string(ucs2, type1->domain); in heim_ntlm_encode_type1() 771 hostname.length = len_string(ucs2, type1->hostname); in heim_ntlm_encode_type1() 912 targetname.length = len_string(ucs2, type2->targetname); in heim_ntlm_encode_type2() 1100 target.length = len_string(ucs2, type3->targetname); in heim_ntlm_encode_type3() 1104 username.length = len_string(ucs2, type3->username); in heim_ntlm_encode_type3() 1108 ws.length = len_string(ucs2, type3->ws); in heim_ntlm_encode_type3()
|