Searched refs:auth_tlr (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcnrcvr.c732 rpc_cn_auth_tlr_t *auth_tlr;
771 auth_tlr = (rpc_cn_auth_tlr_t *) ((unsigned8 *)(pktp) +
774 if ( ((unsigned8 *)(auth_tlr) < (unsigned8 *)(pktp)) ||
775 ((unsigned8 *)(auth_tlr) > (unsigned8 *)(pktp) + fragbuf_p->data_size) ||
776 ((unsigned8 *)(auth_tlr) + auth_len < (unsigned8 *)(pktp)) ||
777 ((unsigned8 *)(auth_tlr) + auth_len > (unsigned8 *)(pktp) + fragbuf_p->data_size) )
780 ("CN: call_rep->%p assoc->%p desc->%p invalid auth_tlr\n",
793 key_id = auth_tlr->key_id;
814 authn_protocol = RPC_CN_AUTH_CVT_ID_WIRE_TO_API (auth_tlr->auth_type, &auth_st);
836 auth_tlr,
728 rpc_cn_auth_tlr_t *auth_tlr; local
[all...]
H A Dcnxfer.c703 rpc_cn_auth_tlr_t *auth_tlr;
719 auth_tlr = (rpc_cn_auth_tlr_t *)call_rep->prot_tlr->data_p;
720 auth_tlr->stub_pad_length =
724 auth_tlr->stub_pad_length;
726 auth_tlr->stub_pad_length -
699 rpc_cn_auth_tlr_t *auth_tlr; local
H A Dcncassm.c3053 rpc_cn_auth_tlr_t *auth_tlr;
3185 auth_tlr = RPC_CN_PKT_AUTH_TLR (header, header_size);
3187 auth_tlr->key_id,
3217 auth_tlr->auth_value;
3229 auth_tlr->auth_value;
3246 auth_tlr->auth_type,
3247 auth_tlr->auth_level,
3264 (rpc_cn_bind_auth_value_priv_t *) auth_tlr->auth_value;
3266 authn_protocol = RPC_CN_AUTH_CVT_ID_WIRE_TO_API (auth_tlr->auth_type, &st);
3281 auth_tlr,
3015 rpc_cn_auth_tlr_t *auth_tlr; local
4238 rpc_cn_auth_tlr_t *auth_tlr; local
4661 rpc_cn_auth_tlr_t *auth_tlr; local
[all...]
H A Dschnauthcn.c178 rpc_cn_auth_tlr_p_t /*auth_tlr*/,
1347 rpc_cn_auth_tlr_p_t auth_tlr,
1362 schn_tlr = (rpc_cn_schnauth_tlr_p_t)auth_tlr->auth_value;
1364 switch (auth_tlr->auth_level) {
1432 ** auth_tlr A pointer to the auth trailer.
1461 rpc_cn_auth_tlr_p_t auth_tlr,
1477 priv_auth_value = (rpc_cn_auth_value_priv_t *)(auth_tlr->auth_value);
1478 authn_level = auth_tlr->auth_level;
1516 auth_tlr, unpack_ints, st);
1337 rpc__schnauth_cn_unwrap_pdu( rpc_cn_assoc_sec_context_p_t assoc_sec ATTRIBUTE_UNUSED, rpc_cn_sec_context_p_t sec, rpc_cn_common_hdr_p_t pdu, unsigned32 pdu_len, unsigned32 cred_len, rpc_cn_auth_tlr_p_t auth_tlr, boolean32 unpack_ints, unsigned32 *st ) argument
1451 rpc__schnauth_cn_recv_check( rpc_cn_assoc_sec_context_p_t assoc_sec, rpc_cn_sec_context_p_t sec, rpc_cn_common_hdr_p_t pdu, unsigned32 pdu_len ATTRIBUTE_UNUSED, unsigned32 cred_len ATTRIBUTE_UNUSED, rpc_cn_auth_tlr_p_t auth_tlr, boolean32 unpack_ints ATTRIBUTE_UNUSED, unsigned32 *st ) argument
H A Dgssauthcn.c198 rpc_cn_auth_tlr_p_t /* in */ /*auth_tlr*/,
1598 rpc_cn_auth_tlr_p_t auth_tlr; local
1699 auth_tlr = (rpc_cn_auth_tlr_p_t)gss_iov[2].buffer.value;
1700 auth_tlr->stub_pad_length = pad_len;
2010 rpc_cn_auth_tlr_p_t auth_tlr; local
2017 auth_tlr = RPC_CN_PKT_AUTH_TLR(pkt, iov[0].iov_len);
2018 input_token.value = auth_tlr->auth_value;
2053 rpc_cn_auth_tlr_p_t auth_tlr,
2089 gss_iov[2].buffer.value = auth_tlr;
2093 gss_iov[3].buffer.value = (unsigned_char_p_t)auth_tlr
2045 rpc__gssauth_cn_unwrap_packet( rpc_cn_sec_context_p_t sec, const char *comment, unsigned8 header_size, rpc_cn_common_hdr_p_t pdu, unsigned32 pdu_len, unsigned32 cred_len ATTRIBUTE_UNUSED, rpc_cn_auth_tlr_p_t auth_tlr, boolean conf_req_flag, boolean32 unpack_ints, unsigned32 *st ) argument
2191 rpc__gssauth_cn_recv_check( rpc_cn_assoc_sec_context_p_t assoc_sec, rpc_cn_sec_context_p_t sec, rpc_cn_common_hdr_p_t pdu, unsigned32 pdu_len, unsigned32 cred_len, rpc_cn_auth_tlr_p_t auth_tlr, boolean32 unpack_ints, unsigned32 *st ) argument
[all...]
H A Dcnsclsm.c1468 rpc_cn_auth_tlr_t *auth_tlr;
1477 auth_tlr = (rpc_cn_auth_tlr_t *)call_rep->prot_tlr->data_p;
1478 auth_tlr->auth_type = RPC_CN_AUTH_CVT_ID_API_TO_WIRE (call_rep->sec->sec_info->authn_protocol, &status);
1479 auth_tlr->auth_level = call_rep->sec->sec_info->authn_level;
1480 auth_tlr->key_id = call_rep->sec->sec_key_id;
1481 auth_tlr->stub_pad_length = 0;
1482 auth_tlr->reserved = 0;
1485 (dce_pointer_t) auth_tlr->auth_value,
2257 * send the remaining iov which at this point is only an auth_tlr
1447 rpc_cn_auth_tlr_t *auth_tlr; local
H A Dnoauthcn.c174 rpc_cn_auth_tlr_p_t /*auth_tlr*/,
1207 ** auth_tlr A pointer to the auth trailer.
1236 rpc_cn_auth_tlr_p_t auth_tlr,
1251 priv_auth_value = (rpc_cn_auth_value_priv_t *)(auth_tlr->auth_value);
1252 authn_level = auth_tlr->auth_level;
1226 rpc__noauth_cn_recv_check( rpc_cn_assoc_sec_context_p_t assoc_sec, rpc_cn_sec_context_p_t sec, rpc_cn_common_hdr_p_t pdu, unsigned32 pdu_len, unsigned32 cred_len, rpc_cn_auth_tlr_p_t auth_tlr, boolean32 unpack_ints, unsigned32 *st ) argument
H A Dcncall.c586 rpc_cn_auth_tlr_t *auth_tlr;
595 auth_tlr = (rpc_cn_auth_tlr_t *)call_rep->prot_tlr->data_p;
596 auth_tlr->auth_type = RPC_CN_AUTH_CVT_ID_API_TO_WIRE (call_rep->sec->sec_info->authn_protocol, st);
597 auth_tlr->auth_level = call_rep->sec->sec_info->authn_level;
598 auth_tlr->key_id = call_rep->sec->sec_key_id;
599 auth_tlr->stub_pad_length = 0;
600 auth_tlr->reserved = 0;
603 (dce_pointer_t) auth_tlr->auth_value,
585 rpc_cn_auth_tlr_t *auth_tlr; local
H A Dcnp.h765 #define RPC_CN_AUTH_RECV_CHECK(authn_prot, assoc_sec, sec, pdu, pdu_len, cred_len, auth_tlr, unpack_ints, st)\
772 auth_tlr, unpack_ints, st);\
777 pdu_len, cred_len, auth_tlr, unpack_ints, st);\
H A Dcnsassm.c4153 rpc_cn_auth_tlr_t *auth_tlr;
4170 auth_tlr = RPC_CN_PKT_AUTH_TLR (header, RPC_CN_PKT_FRAG_LEN (header));
4171 auth_value = (rpc_cn_bind_auth_value_priv_t *)auth_tlr->auth_value;
4288 ** field of an auth_tlr into a reconstruction buffer.
4322 rpc_cn_auth_tlr_t *auth_tlr;
4388 auth_tlr = RPC_CN_PKT_AUTH_TLR(header, RPC_CN_PKT_FRAG_LEN (header));
4389 auth_value = (rpc_cn_bind_auth_value_priv_t *)auth_tlr->auth_value;
4112 rpc_cn_auth_tlr_t *auth_tlr; local
4280 rpc_cn_auth_tlr_t *auth_tlr; local

Completed in 217 milliseconds