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
634 if (ssl->ctx->app_verify_cookie_cb == NULL) { in DTLSv1_listen()640 if (ssl->ctx->app_verify_cookie_cb(ssl, PACKET_data(&cookiepkt), in DTLSv1_listen()
1428 ctx->app_verify_cookie_cb = cb; in SSL_CTX_set_cookie_verify_cb()
886 int (*app_verify_cookie_cb) (SSL *ssl, const unsigned char *cookie, member
1779 if (sctx->app_verify_cookie_cb != NULL) { in tls_early_post_process_client_hello()1780 if (sctx->app_verify_cookie_cb(ussl, clienthello->dtls_cookie, in tls_early_post_process_client_hello()
783 int (*app_verify_cookie_cb) (SSL *ssl,
760 int (*app_verify_cookie_cb) (SSL *ssl,