Searched refs:cookie_found (Results 1 – 3 of 3) sorted by relevance
203 int cookie_found = 0; in validate_client_hello() local246 cookie_found = 1; in validate_client_hello()266 if (cookie_found && !EVP_DigestUpdate(handshake_md, data + MAC_OFFSET, len - MAC_OFFSET)) in validate_client_hello()271 return 1 + cookie_found; in validate_client_hello()
398 int retval, abort_flag, cookie_found; in sctp_process_init_ack() local404 cookie_found = 0; in sctp_process_init_ack()409 &nat_friendly, &cookie_found, NULL); in sctp_process_init_ack()419 if (!cookie_found) { in sctp_process_init_ack()
4919 int *cookie_found, in sctp_arethere_unrecognized_parameters() argument4943 if (cookie_found != NULL) { in sctp_arethere_unrecognized_parameters()4944 *cookie_found = 0; in sctp_arethere_unrecognized_parameters()4983 if (cookie_found != NULL) { in sctp_arethere_unrecognized_parameters()4984 *cookie_found = 1; in sctp_arethere_unrecognized_parameters()