Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c57 struct ntlm_type3 type3; in test_libntlm_v1() local
64 memset(&type3, 0, sizeof(type3)); in test_libntlm_v1()
110 type3.flags = type2.flags; in test_libntlm_v1()
111 type3.username = rk_UNCONST(user); in test_libntlm_v1()
122 &type3.ntlm); in test_libntlm_v1()
128 &type3.sessionkey); in test_libntlm_v1()
184 struct ntlm_type3 type3; in test_libntlm_v2() local
190 memset(&type3, 0, sizeof(type3)); in test_libntlm_v2()
234 type3.flags = type2.flags; in test_libntlm_v2()
251 &type3.ntlm); in test_libntlm_v2()
[all …]
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c326 memset(&type3, 0, sizeof(type3)); in _gss_ntlm_init_sec_context()
353 &type3.lm, in _gss_ntlm_init_sec_context()
354 &type3.ntlm); in _gss_ntlm_init_sec_context()
359 &type3.ntlm); in _gss_ntlm_init_sec_context()
373 if (type3.lm.data) in _gss_ntlm_init_sec_context()
375 if (type3.ntlm.data) in _gss_ntlm_init_sec_context()
386 if (type3.lm.data) in _gss_ntlm_init_sec_context()
388 if (type3.ntlm.data) in _gss_ntlm_init_sec_context()
425 &type3.ntlm); in _gss_ntlm_init_sec_context()
479 if (type3.lm.data) in _gss_ntlm_init_sec_context()
[all …]
H A Dkdc.c347 const struct ntlm_type3 *type3, in kdc_type3() argument
356 ret = krb5_ntlm_req_set_flags(c->context, c->ntlm, type3->flags); in kdc_type3()
358 ret = krb5_ntlm_req_set_username(c->context, c->ntlm, type3->username); in kdc_type3()
361 type3->targetname); in kdc_type3()
364 type3->lm.data, type3->lm.length); in kdc_type3()
367 type3->ntlm.data, type3->ntlm.length); in kdc_type3()
372 if (type3->sessionkey.length) { in kdc_type3()
374 type3->sessionkey.data, in kdc_type3()
375 type3->sessionkey.length); in kdc_type3()
394 if (type3->sessionkey.length) { in kdc_type3()
H A Daccept_sec_context.c178 struct ntlm_type3 type3; in _gss_ntlm_accept_sec_context() local
186 ret = heim_ntlm_decode_type3(&data, 1, &type3); in _gss_ntlm_accept_sec_context()
195 &type3, in _gss_ntlm_accept_sec_context()
198 heim_ntlm_free_type3(&type3); in _gss_ntlm_accept_sec_context()
206 n->user = strdup(type3.username); in _gss_ntlm_accept_sec_context()
207 n->domain = strdup(type3.targetname); in _gss_ntlm_accept_sec_context()
212 heim_ntlm_free_type3(&type3); in _gss_ntlm_accept_sec_context()
220 heim_ntlm_free_type3(&type3); in _gss_ntlm_accept_sec_context()
/freebsd/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c53 struct ntlm_type3 type3; in test_parse() local
109 memset(&type3, 0, sizeof(type3)); in test_parse()
111 type3.flags = flags; in test_parse()
112 type3.username = rk_UNCONST(user); in test_parse()
113 type3.targetname = rk_UNCONST(target); in test_parse()
114 type3.ws = rk_UNCONST("workstation"); in test_parse()
122 &type3.ntlm); in test_parse()
130 free(type3.ntlm.data); in test_parse()
132 memset(&type3, 0, sizeof(type3)); in test_parse()
145 if (strcmp(user, type3.username) != 0) in test_parse()
[all …]
H A Dntlm.c837 struct ntlm_type3 *type3) in heim_ntlm_decode_type3() argument
846 memset(type3, 0, sizeof(*type3)); in heim_ntlm_decode_type3()
885 CHECK(ret_buf(in, &lm, &type3->lm), 0); in heim_ntlm_decode_type3()
897 heim_ntlm_free_type3(type3); in heim_ntlm_decode_type3()
936 if (type3->os[0]) { in heim_ntlm_encode_type3()
940 if (type3->flags & NTLM_NEG_UNICODE) in heim_ntlm_encode_type3()
956 lm.length = type3->lm.length; in heim_ntlm_encode_type3()
957 lm.allocated = type3->lm.length; in heim_ntlm_encode_type3()
960 ntlm.length = type3->ntlm.length; in heim_ntlm_encode_type3()
992 CHECK(put_buf(out, &type3->lm), 0); in heim_ntlm_encode_type3()
[all …]
/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_mips64el.c51 uint8_t ssym, type3, type2, type; in _libelf_mips64el_r_info_tof() local
54 type3 = r_info >> 16; in _libelf_mips64el_r_info_tof()
59 new_info |= (Elf64_Xword)type3 << 40; in _libelf_mips64el_r_info_tof()
69 uint8_t ssym, type3, type2, type; in _libelf_mips64el_r_info_tom() local
72 type3 = r_info >> 40; in _libelf_mips64el_r_info_tom()
77 new_info |= (Elf64_Xword)type3 << 16; in _libelf_mips64el_r_info_tom()
/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c1448 memset(&type3, 0, sizeof(type3)); in kcm_op_do_ntlm()
1511 &type3.lm, in kcm_op_do_ntlm()
1512 &type3.ntlm); in kcm_op_do_ntlm()
1517 &type3.ntlm); in kcm_op_do_ntlm()
1528 if (type3.lm.data) in kcm_op_do_ntlm()
1529 free(type3.lm.data); in kcm_op_do_ntlm()
1531 free(type3.ntlm.data); in kcm_op_do_ntlm()
1537 if (type3.lm.data) in kcm_op_do_ntlm()
1538 free(type3.lm.data); in kcm_op_do_ntlm()
1569 type3.username, in kcm_op_do_ntlm()
[all …]
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp496 RelType type3 = (type >> 16) & 0xff; in calculateMipsRelChain() local
497 if (type2 == R_MIPS_NONE && type3 == R_MIPS_NONE) in calculateMipsRelChain()
499 if (type2 == R_MIPS_64 && type3 == R_MIPS_NONE) in calculateMipsRelChain()
501 if (type2 == R_MIPS_SUB && (type3 == R_MIPS_HI16 || type3 == R_MIPS_LO16)) in calculateMipsRelChain()
502 return std::make_pair(type3, -val); in calculateMipsRelChain()
/freebsd/sys/sys/
H A Dsdt.h141 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) argument
142 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\ argument
388 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) \ argument
393 SDT_PROBE_ARGTYPE(sdt, , , name, 3, #type3, NULL); \
396 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3, \ argument
402 SDT_PROBE_ARGTYPE(sdt, , , name, 3, #type3, NULL); \
/freebsd/bin/sh/tests/builtins/
H A DMakefile176 ${PACKAGE}FILES+= type3.0
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c3053 uint8_t type2, type3; in dump_rel() local
3093 type3 = (type >> 16) & 0xFF; in dump_rel()
3096 type2 = type3 = 0; in dump_rel()
3111 type3)); in dump_rel()
3118 type3)); in dump_rel()
3136 uint8_t type2, type3; in dump_rela() local
3178 type3 = (type >> 16) & 0xFF; in dump_rela()
3181 type2 = type3 = 0; in dump_rela()
3197 type3)); in dump_rela()
3204 type3)); in dump_rela()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1048 def type3 : TypedOperand<"OPERAND_GENERIC_3">;
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt14204 a type3 opcode and this will require an update to the ACPI specification.