Searched refs:auth_offset (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/netinet/ |
| HD | sctp_auth.h | 211 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset,
|
| HD | sctp_input.c | 1439 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 ¬ification, 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 …]
|
| HD | sctp_output.c | 3978 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 …]
|
| HD | sctp_auth.c | 1538 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()
|