Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/
H A Dntlm.c377 ret_sec_string(krb5_storage *sp, int ucs2, struct sec_buffer *desc, char **s) in ret_sec_string() function
707 CHECK(ret_sec_string(in, ucs2, &domain, &data->domain), 0); in heim_ntlm_decode_type1()
709 CHECK(ret_sec_string(in, ucs2, &hostname, &data->hostname), 0); in heim_ntlm_decode_type1()
868 CHECK(ret_sec_string(in, ucs2, &targetname, &type2->targetname), 0); in heim_ntlm_decode_type2()
1039 CHECK(ret_sec_string(in, ucs2, &target, &type3->targetname), 0); in heim_ntlm_decode_type3()
1040 CHECK(ret_sec_string(in, ucs2, &username, &type3->username), 0); in heim_ntlm_decode_type3()
1041 CHECK(ret_sec_string(in, ucs2, &ws, &type3->ws), 0); in heim_ntlm_decode_type3()