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
633 if (ssl->ctx->app_verify_cookie_cb == NULL) { in DTLSv1_listen()639 if (ssl->ctx->app_verify_cookie_cb(ssl, PACKET_data(&cookiepkt), in DTLSv1_listen()
1416 ctx->app_verify_cookie_cb = cb; in SSL_CTX_set_cookie_verify_cb()
881 int (*app_verify_cookie_cb) (SSL *ssl, const unsigned char *cookie, member
1760 if (sctx->app_verify_cookie_cb != NULL) { in tls_early_post_process_client_hello()1761 if (sctx->app_verify_cookie_cb(ussl, clienthello->dtls_cookie, in tls_early_post_process_client_hello()
760 int (*app_verify_cookie_cb) (SSL *ssl,
Completed in 63 milliseconds