Home
last modified time | relevance | path

Searched refs:auth_offset (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netinet/
HDsctp_auth.h211 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset,
HDsctp_input.c1439 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
1456 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_existing() argument
1872 auth_skipped, auth_offset, auth_len, in sctp_process_cookie_existing()
2030 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_new() argument
2222 sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf); in sctp_process_cookie_new()
2223 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, auth_offset)) { in sctp_process_cookie_new()
2401 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_handle_cookie_echo() argument
2670 auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo()
2679 &notification, auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo()
4496 uint32_t auth_offset = 0, auth_len = 0; in sctp_process_control() local
[all …]
HDsctp_output.c3978 uint32_t auth_offset, in sctp_lowlevel_chunk_output() argument
4047 sctp_fill_hmac_digest_m(m, auth_offset, auth, stcb, auth_keyid); in sctp_lowlevel_chunk_output()
7771 uint32_t auth_offset = 0; in sctp_med_chunk_output() local
8071 &auth_offset, in sctp_med_chunk_output()
8135 outchain, auth_offset, auth, in sctp_med_chunk_output()
8176 auth_offset = 0; in sctp_med_chunk_output()
8296 &auth_offset, in sctp_med_chunk_output()
8413 auth_offset, auth, in sctp_med_chunk_output()
8453 auth_offset = 0; in sctp_med_chunk_output()
8614 &auth_offset, in sctp_med_chunk_output()
[all …]
HDsctp_auth.c1538 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset, in sctp_fill_hmac_digest_m() argument
1583 m, auth_offset, auth->hmac); in sctp_fill_hmac_digest_m()