Searched refs:calc_sig (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_input.c | 2306 uint8_t calc_sig[SCTP_SIGNATURE_SIZE], tmp_sig[SCTP_SIGNATURE_SIZE]; in sctp_handle_cookie_echo() local 2386 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); in sctp_handle_cookie_echo() 2391 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); in sctp_handle_cookie_echo() 2402 if (timingsafe_bcmp(calc_sig, sig, SCTP_SIGNATURE_SIZE) != 0) { in sctp_handle_cookie_echo() 2409 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); in sctp_handle_cookie_echo() 2411 if (timingsafe_bcmp(calc_sig, sig, SCTP_SIGNATURE_SIZE) == 0) in sctp_handle_cookie_echo()
|