Searched refs:SCTP_SECRET_SIZE (Results 1 – 3 of 3) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_constants.h | 718 #define SCTP_SECRET_SIZE 32 /* number of octets in a 256 bits */ macro
|
D | sctp_input.c | 2671 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); 2676 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); 2694 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0);
|
D | sctp_output.c | 4024 sig = sctp_get_mbuf_for_msg(SCTP_SECRET_SIZE, 0, M_NOWAIT, 1, MT_DATA); 6680 SCTP_SECRET_SIZE, m_cookie, sizeof(struct sctp_paramhdr),
|