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
667 if (s->ctx->app_verify_cookie_cb == NULL) { in DTLSv1_listen()672 if (s->ctx->app_verify_cookie_cb(s, PACKET_data(&cookiepkt), in DTLSv1_listen()
1236 ctx->app_verify_cookie_cb = cb; in SSL_CTX_set_cookie_verify_cb()
821 int (*app_verify_cookie_cb) (SSL *ssl, const unsigned char *cookie, member
1701 if (s->ctx->app_verify_cookie_cb != NULL) { in tls_early_post_process_client_hello()1702 if (s->ctx->app_verify_cookie_cb(s, clienthello->dtls_cookie, in tls_early_post_process_client_hello()
748 int (*app_verify_cookie_cb) (SSL *ssl,