sctp_auth_chunk
struct sctp_auth_chunk *auth, struct sctp_tcb *stcb, uint16_t keyid)
sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *auth,
size = sizeof(struct sctp_auth_chunk) + sctp_get_hmac_digest_len(hmac_algo);
struct sctp_auth_chunk *auth, struct sctp_tcb *stcb, uint16_t key_id);
struct sctp_auth_chunk **auth_ret, uint32_t *offset,
sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *ch,
struct sctp_auth_chunk *auth;
auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf);
struct sctp_auth_chunk *auth;
auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf);
if ((chk_length < (sizeof(struct sctp_auth_chunk))) ||
(chk_length > (sizeof(struct sctp_auth_chunk) +
if (sctp_handle_auth(stcb, (struct sctp_auth_chunk *)ch, m, *offset)) {
struct sctp_auth_chunk *auth = NULL;
struct sctp_auth_chunk **auth_ret, uint32_t *offset,
struct sctp_auth_chunk *auth;
auth = mtod(m_auth, struct sctp_auth_chunk *);
struct sctp_auth_chunk *auth,
struct sctp_auth_chunk *auth;
struct sctp_auth_chunk *auth = NULL;