Searched refs:app_verify_cookie_cb (Results 1 – 6 of 6) sorted by relevance
33 int (*app_verify_cookie_cb) (SSL *ssl,68 from app_verify_cookie_cb() communicates that the cookie is valid. The
661 if (s->ctx->app_verify_cookie_cb == NULL) { in DTLSv1_listen()666 if (s->ctx->app_verify_cookie_cb(s, PACKET_data(&cookiepkt), in DTLSv1_listen()
1345 ctx->app_verify_cookie_cb = cb; in SSL_CTX_set_cookie_verify_cb()
926 int (*app_verify_cookie_cb) (SSL *ssl, const unsigned char *cookie, member
1670 if (s->ctx->app_verify_cookie_cb != NULL) { in tls_early_post_process_client_hello()1671 if (s->ctx->app_verify_cookie_cb(s, clienthello->dtls_cookie, in tls_early_post_process_client_hello()
740 int (*app_verify_cookie_cb) (SSL *ssl,
Completed in 39 milliseconds