Home
last modified time | relevance | path

Searched refs:SCTP_SECRET_SIZE (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/netinet/
H A Dsctp_constants.h585 #define SCTP_SECRET_SIZE 32 /* number of octets in a 256 bits */ macro
H A Dsctp_input.c1819 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig); in sctp_handle_cookie_echo()
1828 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig); in sctp_handle_cookie_echo()
1854 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig); in sctp_handle_cookie_echo()
H A Dsctp_output.c308 SCTP_SECRET_SIZE, mret, sizeof(struct sctp_paramhdr), in sctp_add_cookie()