Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dbad_dtls_test.c122 int cookie_found = 0; in validate_client_hello() local
166 cookie_found = 1; in validate_client_hello()
186 if (cookie_found && !EVP_DigestUpdate(handshake_md, data + MAC_OFFSET, in validate_client_hello()
192 return 1 + cookie_found; in validate_client_hello()
/freebsd/sys/netinet/
H A Dsctp_input.c398 int retval, abort_flag, cookie_found; in sctp_process_init_ack() local
404 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()
H A Dsctp_output.c4921 int *cookie_found, in sctp_arethere_unrecognized_parameters() argument
4945 if (cookie_found != NULL) { in sctp_arethere_unrecognized_parameters()
4946 *cookie_found = 0; in sctp_arethere_unrecognized_parameters()
4985 if (cookie_found != NULL) { in sctp_arethere_unrecognized_parameters()
4986 *cookie_found = 1; in sctp_arethere_unrecognized_parameters()