Home
last modified time | relevance | path

Searched refs:ocsp_status_cb (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/crypto/
Dtls_wolfssl.c1489 int ocsp_status_cb(void *unused, const char *url, int url_sz, in ocsp_status_cb() function
1586 wolfSSL_CTX_SetOCSP_Cb(tls_ctx, ocsp_status_cb, in tls_global_set_params()
Dtls_openssl.c5221 static int ocsp_status_cb(SSL *s, void *arg) in ocsp_status_cb() function
5760 SSL_CTX_set_tlsext_status_cb(ssl_ctx, ocsp_status_cb); in tls_global_set_params()