Searched refs:app_verify_cookie_cb (Results 1 – 7 of 7) sorted by relevance
33 int (*app_verify_cookie_cb) (SSL *ssl,68 from app_verify_cookie_cb() communicates that the cookie is valid. The
630 if (ssl->ctx->app_verify_cookie_cb == NULL) { in DTLSv1_listen()636 if (ssl->ctx->app_verify_cookie_cb(ssl, PACKET_data(&cookiepkt), in DTLSv1_listen()
1426 ctx->app_verify_cookie_cb = cb; in SSL_CTX_set_cookie_verify_cb()
884 int (*app_verify_cookie_cb)(SSL *ssl, const unsigned char *cookie, member
1794 if (sctx->app_verify_cookie_cb != NULL) { in tls_early_post_process_client_hello()1795 if (sctx->app_verify_cookie_cb(ussl, clienthello->dtls_cookie, in tls_early_post_process_client_hello()
786 int (*app_verify_cookie_cb)(SSL *ssl,
763 int (*app_verify_cookie_cb)(SSL *ssl,