Lines Matching refs:targetinfo
675 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()
791 type2->targetinfo.length), in heim_ntlm_encode_type2()
792 type2->targetinfo.length); in heim_ntlm_encode_type2()