Home
last modified time | relevance | path

Searched refs:SSL_TLSEXT_ERR_OK (Results 1 – 25 of 42) sorted by relevance

12

/third_party/nghttp2/src/
Dasio_server_tls_context.cc55 return SSL_TLSEXT_ERR_OK; in alpn_select_proto_cb()
96 return SSL_TLSEXT_ERR_OK; in configure_tls_context_easy()
Dasio_client_tls_context.cc47 return SSL_TLSEXT_ERR_OK; in client_select_next_proto_cb()
Dshrpx_tls.cc90 return SSL_TLSEXT_ERR_OK; in next_proto_cb()
221 return SSL_TLSEXT_ERR_OK; in servername_callback()
262 return SSL_TLSEXT_ERR_OK; in servername_callback()
271 return SSL_TLSEXT_ERR_OK; in servername_callback()
298 return SSL_TLSEXT_ERR_OK; in ocsp_resp_cb()
305 return SSL_TLSEXT_ERR_OK; in ocsp_resp_cb()
312 return SSL_TLSEXT_ERR_OK; in ocsp_resp_cb()
591 return SSL_TLSEXT_ERR_OK; in alpn_select_proto_cb()
1054 return SSL_TLSEXT_ERR_OK; in select_h2_next_proto_cb()
1067 return SSL_TLSEXT_ERR_OK; in select_h1_next_proto_cb()
/third_party/openssl/doc/man3/
DSSL_CTX_set_alpn_select_cb.pod89 a value other than B<SSL_TLSEXT_ERR_OK>. The B<arg> parameter is the pointer
98 reference to it. The callback should return B<SSL_TLSEXT_ERR_OK> if it
160 =item SSL_TLSEXT_ERR_OK
177 B<SSL_TLSEXT_ERR_OK> if successful. Any other value is fatal to the connection.
180 B<SSL_TLSEXT_ERR_OK> if it wishes to advertise. Otherwise, no such extension
DSSL_CTX_set_tlsext_status_cb.pod90 SSL_TLSEXT_ERR_OK (meaning that the OCSP response that has been set should be
DSSL_CTX_set_tlsext_servername_callback.pod38 =item SSL_TLSEXT_ERR_OK
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dtls1.h51 #define SSL_TLSEXT_ERR_OK 0 macro
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c121 return SSL_TLSEXT_ERR_OK; in lws_ssl_server_name_cb()
129 return SSL_TLSEXT_ERR_OK; in lws_ssl_server_name_cb()
136 return SSL_TLSEXT_ERR_OK; in lws_ssl_server_name_cb()
144 return SSL_TLSEXT_ERR_OK; in lws_ssl_server_name_cb()
/third_party/openssl/test/
Dhandshake_helper.c137 return SSL_TLSEXT_ERR_OK; in select_server_ctx()
140 return SSL_TLSEXT_ERR_OK; in select_server_ctx()
296 return SSL_TLSEXT_ERR_OK; in server_ocsp_cb()
398 ? SSL_TLSEXT_ERR_OK : SSL_TLSEXT_ERR_ALERT_FATAL; in client_npn_cb()
407 return SSL_TLSEXT_ERR_OK; in server_npn_cb()
438 return ret == OPENSSL_NPN_NEGOTIATED ? SSL_TLSEXT_ERR_OK in server_alpn_cb()
Dssltest_old.c135 return SSL_TLSEXT_ERR_OK; in cb_client_npn()
143 return SSL_TLSEXT_ERR_OK; in cb_server_npn()
234 return SSL_TLSEXT_ERR_OK; in servername_cb()
327 return SSL_TLSEXT_ERR_OK; in cb_server_alpn()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dio_openssl.c51 return SSL_TLSEXT_ERR_OK; in spdyf_next_protos_advertised_cb()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc225 return SSL_TLSEXT_ERR_OK; in NextProtosAdvertisedCallback()
237 return SSL_TLSEXT_ERR_OK; in NextProtoSelectCallback()
264 return SSL_TLSEXT_ERR_OK; in AlpnSelectCallback()
473 return SSL_TLSEXT_ERR_OK; in ServerNameCallback()
/third_party/grpc/test/core/handshake/
Dclient_ssl.cc134 return SSL_TLSEXT_ERR_OK; in alpn_select_cb()
/third_party/openssl/apps/
Ds_server.c494 return SSL_TLSEXT_ERR_OK; in ssl_servername_cb()
595 ret = SSL_TLSEXT_ERR_OK; in get_ocsp_resp_from_responder()
647 if (ret != SSL_TLSEXT_ERR_OK) in cert_status_cb()
661 ret = SSL_TLSEXT_ERR_OK; in cert_status_cb()
664 if (ret != SSL_TLSEXT_ERR_OK) in cert_status_cb()
688 return SSL_TLSEXT_ERR_OK; in next_proto_cb()
728 return SSL_TLSEXT_ERR_OK; in alpn_cb()
/third_party/nghttp2/examples/
Dlibevent-server.c120 return SSL_TLSEXT_ERR_OK; in next_proto_cb()
138 return SSL_TLSEXT_ERR_OK; in alpn_select_proto_cb()
Dlibevent-client.c324 return SSL_TLSEXT_ERR_OK; in select_next_proto_cb()
Dclient.c367 return SSL_TLSEXT_ERR_OK; in select_next_proto_cb()
/third_party/libwebsockets/lib/tls/
Dtls.c44 return SSL_TLSEXT_ERR_OK; in alpn_cb()
/third_party/node/src/
Dtls_wrap.cc1073 return SSL_TLSEXT_ERR_OK; in SelectSNIContextCallback()
1113 return SSL_TLSEXT_ERR_OK; in SelectSNIContextCallback()
/third_party/openssl/ssl/statem/
Dextensions.c956 if (sent && ret == SSL_TLSEXT_ERR_OK && !s->hit) { in final_server_name()
984 if (ret == SSL_TLSEXT_ERR_OK && s->ext.ticket_expected in final_server_name()
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc1682 return SSL_TLSEXT_ERR_OK; in select_protocol_list()
1821 return SSL_TLSEXT_ERR_OK; in ssl_server_handshaker_factory_servername_callback()
1847 return SSL_TLSEXT_ERR_OK; in server_handshaker_factory_npn_advertised_callback()
/third_party/openssl/include/openssl/
Dtls1.h295 # define SSL_TLSEXT_ERR_OK 0 macro
/third_party/nghttp2/doc/sources/
Dtutorial-server.rst49 return SSL_TLSEXT_ERR_OK;
64 return SSL_TLSEXT_ERR_OK;
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_request_response.c468 return SSL_TLSEXT_ERR_OK; in select_next_proto_cb()
Dtest_new_connection.c480 return SSL_TLSEXT_ERR_OK; in select_next_proto_cb()

12