Searched refs:calc_sig (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | sctp_input.c | 1672 uint8_t calc_sig[SCTP_SIGNATURE_SIZE], tmp_sig[SCTP_SIGNATURE_SIZE]; in sctp_handle_cookie_echo() local 1817 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig); in sctp_handle_cookie_echo() 1826 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig); in sctp_handle_cookie_echo() 1841 if (memcmp(calc_sig, sig, SCTP_SIGNATURE_SIZE) != 0) { in sctp_handle_cookie_echo() 1852 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig); in sctp_handle_cookie_echo() 1854 if (memcmp(calc_sig, sig, SCTP_SIGNATURE_SIZE) == 0) in sctp_handle_cookie_echo()
|