Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c89 type2.targetinfo.data = NULL; in test_parse()
90 type2.targetinfo.length = 0; in test_parse()
162 type2.targetinfo.data = "\x00\x00"; in test_parse()
163 type2.targetinfo.length = 2; in test_parse()
H A Dntlm.c675 heim_ntlm_free_buf(&data->targetinfo); in heim_ntlm_free_type2()
685 struct sec_buffer targetname, targetinfo; in heim_ntlm_decode_type2() local
711 CHECK(ret_sec_buffer(in, &targetinfo), 0); in heim_ntlm_decode_type2()
719 CHECK(ret_buf(in, &targetinfo, &type2->targetinfo), 0); in heim_ntlm_decode_type2()
747 struct sec_buffer targetname, targetinfo; in heim_ntlm_encode_type2() local
765 targetinfo.offset = targetname.allocated + targetname.offset; in heim_ntlm_encode_type2()
766 targetinfo.length = type2->targetinfo.length; in heim_ntlm_encode_type2()
767 targetinfo.allocated = type2->targetinfo.length; in heim_ntlm_encode_type2()
783 CHECK(store_sec_buffer(out, &targetinfo), 0); in heim_ntlm_encode_type2()
790 CHECK(krb5_storage_write(out, type2->targetinfo.data, in heim_ntlm_encode_type2()
[all …]
H A Dheimntlm.h131 struct ntlm_buf targetinfo; /**< */ member
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c337 if (1 || type2.targetinfo.length == 0) { in _gss_ntlm_init_sec_context()
403 ret = heim_ntlm_decode_targetinfo(&type2.targetinfo, 1, &ti); in _gss_ntlm_init_sec_context()
423 &type2.targetinfo, in _gss_ntlm_init_sec_context()
H A Dkdc.c323 type2.targetinfo.data = ti.data; in kdc_type2()
324 type2.targetinfo.length = ti.length; in kdc_type2()
/freebsd/crypto/heimdal/lib/asn1/
H A Ddigest.asn182 targetinfo [4] OCTET STRING OPTIONAL
90 targetinfo [4] OCTET STRING OPTIONAL,
/freebsd/crypto/heimdal/doc/doxyout/ntlm/
H A Dmanpages36 ntlm/man/man3/targetinfo.3
/freebsd/crypto/heimdal/kuser/
H A Dkdigest.c475 type2.targetinfo.data = zero2; in ntlm_server_init()
476 type2.targetinfo.length = 2; in ntlm_server_init()
/freebsd/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c249 &type2.targetinfo, in test_libntlm_v2()
H A DChangeLog607 * ntlm/accept_sec_context.c: Don't send targetinfo now.
/freebsd/crypto/heimdal/lib/krb5/
H A Ddigest.c983 if (ntlm->initReply.targetinfo == NULL) { in krb5_ntlm_init_get_targetinfo()
989 ntlm->initReply.targetinfo->data, in krb5_ntlm_init_get_targetinfo()
990 ntlm->initReply.targetinfo->length); in krb5_ntlm_init_get_targetinfo()
/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c1497 if (1 || type2.targetinfo.length == 0) { in kcm_op_do_ntlm()
1552 ret = heim_ntlm_decode_targetinfo(&type2.targetinfo, 1, &ti); in kcm_op_do_ntlm()
1572 &type2.targetinfo, in kcm_op_do_ntlm()
/freebsd/crypto/heimdal/kdc/
H A Ddigest.c1077 ALLOC(r.u.ntlmInitReply.targetinfo); in _kdc_do_digest()
1078 if (r.u.ntlmInitReply.targetinfo == NULL) { in _kdc_do_digest()
1087 r.u.ntlmInitReply.targetinfo); in _kdc_do_digest()
/freebsd/crypto/heimdal/
H A DChangeLog.200641 * kdc/digest.c: return NTLM2 targetinfo structure.