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

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_mips64el.c51 uint8_t ssym, type3, type2, type; local
54 type3 = r_info >> 16;
59 new_info |= (Elf64_Xword)type3 << 40;
69 uint8_t ssym, type3, type2, type; local
72 type3 = r_info >> 40;
77 new_info |= (Elf64_Xword)type3 << 16;
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c57 struct ntlm_type3 type3; local
64 memset(&type3, 0, sizeof(type3));
110 type3.flags = type2.flags;
111 type3.username = rk_UNCONST(user);
112 type3.targetname = type2.targetname;
113 type3.ws = rk_UNCONST("workstation");
122 &type3.ntlm);
128 &type3.sessionkey);
134 ret = heim_ntlm_encode_type3(&type3,
184 struct ntlm_type3 type3; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c53 struct ntlm_type3 type3; local
109 memset(&type3, 0, sizeof(type3));
111 type3.flags = flags;
112 type3.username = rk_UNCONST(user);
113 type3.targetname = rk_UNCONST(target);
114 type3.ws = rk_UNCONST("workstation");
122 &type3.ntlm);
126 ret = heim_ntlm_encode_type3(&type3, &data);
130 free(type3
[all...]
H A Dntlm.c837 struct ntlm_type3 *type3)
846 memset(type3, 0, sizeof(*type3));
879 CHECK(krb5_ret_uint32(in, &type3->flags), 0);
882 CHECK(krb5_ret_uint32(in, &type3->os[0]), 0);
883 CHECK(krb5_ret_uint32(in, &type3->os[1]), 0);
885 CHECK(ret_buf(in, &lm, &type3->lm), 0);
886 CHECK(ret_buf(in, &ntlm, &type3->ntlm), 0);
887 CHECK(ret_sec_string(in, ucs2, &target, &type3->targetname), 0);
888 CHECK(ret_sec_string(in, ucs2, &username, &type3
835 heim_ntlm_decode_type3(const struct ntlm_buf *buf, int ucs2, struct ntlm_type3 *type3) argument
916 heim_ntlm_encode_type3(const struct ntlm_type3 *type3, struct ntlm_buf *data) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c304 struct ntlm_type3 type3; local
324 memset(&type3, 0, sizeof(type3));
326 type3.username = ctx->client->username;
327 type3.flags = type2.flags;
328 type3.targetname = type2.targetname;
329 type3.ws = rk_UNCONST("workstation");
351 &type3.lm,
352 &type3.ntlm);
357 &type3
[all...]
H A Dkdc.c347 const struct ntlm_type3 *type3,
356 ret = krb5_ntlm_req_set_flags(c->context, c->ntlm, type3->flags);
358 ret = krb5_ntlm_req_set_username(c->context, c->ntlm, type3->username);
361 type3->targetname);
364 type3->lm.data, type3->lm.length);
367 type3->ntlm.data, type3->ntlm.length);
372 if (type3->sessionkey.length) {
374 type3
345 kdc_type3(OM_uint32 *minor_status, void *ctx, const struct ntlm_type3 *type3, struct ntlm_buf *sessionkey) argument
[all...]
H A Daccept_sec_context.c178 struct ntlm_type3 type3; local
186 ret = heim_ntlm_decode_type3(&data, 1, &type3);
195 &type3,
198 heim_ntlm_free_type3(&type3);
206 n->user = strdup(type3.username);
207 n->domain = strdup(type3.targetname);
212 heim_ntlm_free_type3(&type3);
220 heim_ntlm_free_type3(&type3);
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dprotocol.c1422 * type3:data
1440 struct ntlm_type3 type3; local
1448 memset(&type3, 0, sizeof(type3));
1488 type3.username = c->user;
1489 type3.flags = type2.flags;
1490 type3.targetname = type2.targetname;
1491 type3.ws = rk_UNCONST("workstation");
1511 &type3.lm,
1512 &type3
[all...]
/freebsd-11-stable/sys/sys/
H A Dsdt.h135 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3)
136 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\
355 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) \
360 SDT_PROBE_ARGTYPE(sdt, , , name, 3, #type3, NULL); \
363 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3, \
369 SDT_PROBE_ARGTYPE(sdt, , , name, 3, #type3, NULL); \
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp468 RelType type3 = (type >> 16) & 0xff; local
469 if (type2 == R_MIPS_NONE && type3 == R_MIPS_NONE)
471 if (type2 == R_MIPS_64 && type3 == R_MIPS_NONE)
473 if (type2 == R_MIPS_SUB && (type3 == R_MIPS_HI16 || type3 == R_MIPS_LO16))
474 return std::make_pair(type3, -val);
/freebsd-11-stable/bin/sh/tests/builtins/
H A DMakefile165 ${PACKAGE}FILES+= type3.0
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c3012 uint8_t type2, type3; local
3052 type3 = (type >> 16) & 0xFF;
3055 type2 = type3 = 0;
3070 type3));
3077 type3));
3095 uint8_t type2, type3; local
3137 type3 = (type >> 16) & 0xFF;
3140 type2 = type3 = 0;
3156 type3));
3163 type3));
[all...]
/freebsd-11-stable/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
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip-defs.h5774 uint64_t type3 : 16; /**< VLAN Ethertype */ member in struct:cvmx_pip_vlan_etypesx::cvmx_pip_vlan_etypesx_s
5787 uint64_t type3 : 16;

Completed in 286 milliseconds