HomeSort by: relevance | last modified time | path
    Searched defs:ret_sec_string (Results 1 - 1 of 1) sorted by relevancy

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

Completed in 23 milliseconds