Searched refs:len_string (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/ntlm/ |
H A D | ntlm.c | 246 len_string(int ucs2, const char *s) in len_string() function 374 CHECK(krb5_store_uint16(out, len_string(ucs2, s)), 0); in encode_ti_string() 613 domain.length = len_string(0, type1->domain); in heim_ntlm_encode_type1() 622 hostname.length = len_string(0, type1->hostname); in heim_ntlm_encode_type1() 762 targetname.length = len_string(ucs2, type2->targetname); in heim_ntlm_encode_type2() 944 target.length = len_string(ucs2, type3->targetname); in heim_ntlm_encode_type3() 948 username.length = len_string(ucs2, type3->username); in heim_ntlm_encode_type3() 952 ws.length = len_string(ucs2, type3->ws); in heim_ntlm_encode_type3()
|