Home
last modified time | relevance | path

Searched refs:SSL_set_tlsext_status_ocsp_resp (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set_tlsext_status_cb.pod14 SSL_set_tlsext_status_ocsp_resp
34 long SSL_set_tlsext_status_ocsp_resp(ssl, unsigned char *resp, int len);
79 calling SSL_set_tlsext_status_ocsp_resp(). A pointer to the response data should
97 SSL_set_tlsext_status_ocsp_resp() return 0 on error or 1 on success.
/third_party/openssl/util/
Dprivate.num446 SSL_set_tlsext_status_ocsp_resp define
/third_party/openssl/include/openssl/
Dtls1.h288 # define SSL_set_tlsext_status_ocsp_resp(ssl, arg, arglen) \ macro
/third_party/openssl/test/
Dhandshake_helper.c293 if (!SSL_set_tlsext_status_ocsp_resp(s, resp, 1)) in server_ocsp_cb()
Dsslapitest.c835 SSL_set_tlsext_status_ocsp_resp(s, copy, sizeof(orespder)); in ocsp_server_cb()
/third_party/nghttp2/src/
Dshrpx_tls.cc310 SSL_set_tlsext_status_ocsp_resp(ssl, buf, data->size()); in ocsp_resp_cb()
/third_party/openssl/apps/
Ds_server.c655 SSL_set_tlsext_status_ocsp_resp(s, rspder, rspderlen); in cert_status_cb()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h488 #define SSL_set_tlsext_status_ocsp_resp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_set_tlsext_statu… macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c4885 SSL_set_tlsext_status_ocsp_resp(s, tmp, len); in ocsp_status_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c5063 SSL_set_tlsext_status_ocsp_resp(s, tmp, len); in ocsp_status_cb()
/third_party/node/src/
Dnode_crypto.cc2426 if (!SSL_set_tlsext_status_ocsp_resp(s, data, len)) in TLSExtStatusCallback()