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

/freebsd-9.3-release/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c59 struct ntlm_type3 type3; local
66 memset(&type3, 0, sizeof(type3));
112 type3.flags = type2.flags;
113 type3.username = rk_UNCONST(user);
114 type3.targetname = type2.targetname;
115 type3.ws = rk_UNCONST("workstation");
124 &type3.ntlm);
130 &type3.sessionkey);
136 ret = heim_ntlm_encode_type3(&type3,
186 struct ntlm_type3 type3; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c55 struct ntlm_type3 type3; local
112 memset(&type3, 0, sizeof(type3));
114 type3.flags = flags;
115 type3.username = rk_UNCONST(user);
116 type3.targetname = rk_UNCONST(target);
117 type3.ws = rk_UNCONST("workstation");
125 &type3.ntlm);
129 ret = heim_ntlm_encode_type3(&type3, &data);
133 free(type3
[all...]
H A Dntlm.c694 struct ntlm_type3 *type3)
702 memset(type3, 0, sizeof(*type3));
725 CHECK(krb5_ret_uint32(in, &type3->flags), 0);
728 CHECK(krb5_ret_uint32(in, &type3->os[0]), 0);
729 CHECK(krb5_ret_uint32(in, &type3->os[1]), 0);
731 CHECK(ret_buf(in, &lm, &type3->lm), 0);
732 CHECK(ret_buf(in, &ntlm, &type3->ntlm), 0);
733 CHECK(ret_string(in, ucs2, &target, &type3->targetname), 0);
734 CHECK(ret_string(in, ucs2, &username, &type3
692 heim_ntlm_decode_type3(const struct ntlm_buf *buf, int ucs2, struct ntlm_type3 *type3) argument
761 heim_ntlm_encode_type3(const struct ntlm_type3 *type3, struct ntlm_buf *data) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c317 struct ntlm_type3 type3; local
337 memset(&type3, 0, sizeof(type3));
339 type3.username = ctx->client->username;
340 type3.flags = type2.flags;
341 type3.targetname = type2.targetname;
342 type3.ws = rk_UNCONST("workstation");
364 &type3.lm,
365 &type3.ntlm);
370 &type3
[all...]
H A Ddigest.c346 const struct ntlm_type3 *type3,
355 ret = krb5_ntlm_req_set_flags(c->context, c->ntlm, type3->flags);
357 ret = krb5_ntlm_req_set_username(c->context, c->ntlm, type3->username);
360 type3->targetname);
363 type3->lm.data, type3->lm.length);
366 type3->ntlm.data, type3->ntlm.length);
371 if (type3->sessionkey.length) {
373 type3
344 kdc_type3(OM_uint32 *minor_status, void *ctx, const struct ntlm_type3 *type3, struct ntlm_buf *sessionkey) argument
[all...]
H A Daccept_sec_context.c172 struct ntlm_type3 type3; local
180 ret = heim_ntlm_decode_type3(&data, 1, &type3);
189 &type3,
192 heim_ntlm_free_type3(&type3);
200 n->user = strdup(type3.username);
201 n->domain = strdup(type3.targetname);
204 heim_ntlm_free_type3(&type3);
212 heim_ntlm_free_type3(&type3);
/freebsd-9.3-release/sys/sys/
H A Dsdt.h133 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3)
134 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\
351 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) \
356 SDT_PROBE_ARGTYPE(sdt, , , name, 3, #type3, NULL); \
359 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3, \
365 SDT_PROBE_ARGTYPE(sdt, , , name, 3, #type3, NULL); \
/freebsd-9.3-release/contrib/binutils/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 111 milliseconds