| /src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
| heimntlm.h | 138 struct ntlm_buf targetinfo; /**< */ member in struct:ntlm_type2
|
| heimntlm.h | 138 struct ntlm_buf targetinfo; /**< */ member in struct:ntlm_type2
|
| ntlm.c | 440 * @param ti targetinfo to be freed 546 * Decodes an NTLM targetinfo message 548 * @param data input data buffer with the encode NTLM targetinfo message 825 heim_ntlm_free_buf(&data->targetinfo); 835 struct sec_buffer targetname, targetinfo; local 861 CHECK(ret_sec_buffer(in, &targetinfo), 0); 869 CHECK(ret_buf(in, &targetinfo, &type2->targetinfo), 0); 897 struct sec_buffer targetname, targetinfo; local 915 targetinfo.offset = targetname.allocated + targetname.offset [all...] |
| ntlm.c | 440 * @param ti targetinfo to be freed 546 * Decodes an NTLM targetinfo message 548 * @param data input data buffer with the encode NTLM targetinfo message 825 heim_ntlm_free_buf(&data->targetinfo); 835 struct sec_buffer targetname, targetinfo; local 861 CHECK(ret_sec_buffer(in, &targetinfo), 0); 869 CHECK(ret_buf(in, &targetinfo, &type2->targetinfo), 0); 897 struct sec_buffer targetname, targetinfo; local 915 targetinfo.offset = targetname.allocated + targetname.offset [all...] |