Searched refs:type3 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dntlm.m75 struct ntlm_type3 type3;
89 memset(&type3, 0, sizeof(type3));
135 type3.username = c->user;
136 type3.flags = type2.flags;
138 type3.flags &= type1flags;
139 type3.targetname = domain;
140 type3.ws = rk_UNCONST("workstation");
161 &type3.lm,
162 &type3
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dtest_gssntlm.c132 struct ntlm_type3 type3; local
140 memset(&type3, 0, sizeof(type3));
197 type3.flags = type1.flags & type2.flags;
198 type3.username = rk_UNCONST(user);
200 type3.targetname = type2.targetname;
202 type3.targetname = rk_UNCONST(domain);
203 type3.ws = rk_UNCONST("workstation");
212 &type3.ntlm);
217 if (type3
293 struct ntlm_type3 type3; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A Dtest_ntlm.c55 struct ntlm_type3 type3; local
111 memset(&type3, 0, sizeof(type3));
113 type3.flags = flags;
114 type3.username = rk_UNCONST(user);
115 type3.targetname = rk_UNCONST(target);
116 type3.ws = rk_UNCONST("workstation");
124 &type3.ntlm);
128 ret = heim_ntlm_encode_type3(&type3, &data, NULL);
132 free(type3
296 unsigned char type3[413] = local
490 struct ntlm_type3 type3; local
[all...]
H A Dntlm.c986 struct ntlm_type3 *type3)
995 memset(type3, 0, sizeof(*type3));
1026 CHECK(krb5_ret_uint32(in, &type3->flags), 0);
1029 CHECK(krb5_ret_uint32(in, &type3->os[0]), 0);
1030 CHECK(krb5_ret_uint32(in, &type3->os[1]), 0);
1033 type3->mic_offset = 52 + SIZE_SEC_BUFFER + 4 + SIZE_OS_VERSION;
1034 CHECK_SIZE(krb5_storage_read(in, type3->mic, sizeof(type3->mic)), sizeof(type3
984 heim_ntlm_decode_type3(const struct ntlm_buf *buf, int ucs2, struct ntlm_type3 *type3) argument
1068 heim_ntlm_encode_type3(const struct ntlm_type3 *type3, struct ntlm_buf *data, size_t *mic_offset) argument
[all...]
H A Dheimntlm-protos.h183 struct ntlm_type3 *type3);
252 * @param type3 the ntlm_type3 message to encode.
264 const struct ntlm_type3 *type3,
327 * @param encryptedSession encrypted session, type3.session field.
/macosx-10.10/xnu-2782.1.97/osfmk/mach/machine/
H A Dsdt.h165 #define DTRACE_SCHED3(name, type1, arg1, type2, arg2, type3, arg3) \
169 type3, arg3, type4, arg4) \
181 #define DTRACE_PROC3(name, type1, arg1, type2, arg2, type3, arg3) \
185 type3, arg3, type4, arg4) \
197 #define DTRACE_IO3(name, type1, arg1, type2, arg2, type3, arg3) \
201 type3, arg3, type4, arg4) \
205 type3, arg3, type4, arg4, type5, arg5) \
208 #define DTRACE_TMR3(name, type1, arg1, type2, arg2, type3, arg3) \
214 #define DTRACE_TMR5(name, type1, arg1, type2, arg2, type3, arg3, arg4, arg5) \
217 #define DTRACE_TMR6(name, type1, arg1, type2, arg2, type3, arg
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Daccept_sec_context.c371 struct ntlm_type3 type3; local
378 _gss_mg_log(1, "ntlm-asc-type3");
385 &type3);
392 ret = krb5_data_copy(&ctx->type3, data.data, data.length);
409 &type3,
417 _gss_mg_log(10, "ntlm-asc-type3: tried %s -> %d/%d",
424 heim_ntlm_free_type3(&type3);
429 if ((avflags & NTLM_TI_AV_FLAG_MIC) && type3.mic_offset == 0) {
430 _gss_mg_log(1, "ntlm-asc-type3 mic missing from reply");
437 if (session.length && type3
[all...]
H A Dkdc.c358 const struct ntlm_type3 *type3,
379 ret = krb5_ntlm_req_set_flags(c->context, c->ntlm, type3->flags);
381 ret = krb5_ntlm_req_set_username(c->context, c->ntlm, type3->username);
384 type3->targetname);
387 type3->lm.data, type3->lm.length);
390 type3->ntlm.data, type3->ntlm.length);
395 if (type3->sessionkey.length) {
397 type3
356 kdc_type3(OM_uint32 *minor_status, void *ctx, const struct ntlm_type3 *type3, ntlm_cred accept_cred, uint32_t *flags, uint32_t *avflags, struct ntlm_buf *sessionkey, ntlm_name *name, struct ntlm_buf *uuid, struct ntlm_buf *pac) argument
[all...]
H A Ddigest.c224 const struct ntlm_type3 *type3,
252 req.loginUserName = type3->username;
253 req.loginDomainName = type3->targetname;
254 req.workstation = type3->ws;
255 req.ntlmFlags = type3->flags;
258 req.ntChallengeResponse.data = type3->ntlm.data;
259 req.ntChallengeResponse.length = type3->ntlm.length;
260 req.lmChallengeResponse.data = type3->lm.data;
261 req.lmChallengeResponse.length = type3->lm.length;
262 req.encryptedSessionKey.data = type3
221 dstg_type3(OM_uint32 *minor_status, ntlm_ctx ntlmctx, void *ctx, const struct ntlm_type3 *type3, ntlm_cred acceptor_cred, uint32_t *flags, uint32_t *avflags, struct ntlm_buf *sessionkey, ntlm_name *name, struct ntlm_buf *uuid, struct ntlm_buf *pac) argument
[all...]
H A Dinit_sec_context.c254 struct ntlm_type3 type3; local
259 memset(&type3, 0, sizeof(type3));
274 type3.username = "";
275 type3.flags = ctx->flags;
276 type3.targetname = "";
277 type3.ws = "";
280 type3.lm.data = "\x00";
281 type3.lm.length = 1;
283 ret = heim_ntlm_encode_type3(&type3,
[all...]
H A Ddelete_sec_context.c77 krb5_data_free(&ctx->type3);
H A Dntlm.h157 krb5_data type3; member in struct:ntlm_ctx
/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dprotocol.c1912 * type3:data
1927 struct ntlm_type3 type3; local
1944 memset(&type3, 0, sizeof(type3));
2013 type3.username = c->user;
2014 type3.flags = type2.flags;
2016 type3.flags &= type1flags;
2017 type3.targetname = domain;
2018 type3.ws = rk_UNCONST("workstation");
2039 &type3
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c911 bfd_vma type3 = 0;
941 type3 = ELF64_MIPS_R_TYPE3 (info);
1092 rtype3 = elf_mips_reloc_type (type3);
1332 printf (_("unrecognized: %-7lx"), _bfd_int64_low (type3));
1334 printf (_("unrecognized: %-7lx"), type3);
908 bfd_vma type3 = 0; local

Completed in 214 milliseconds