Home
last modified time | relevance | path

Searched refs:SSL_TLSEXT_ERR_OK (Results 1 - 25 of 40) sorted by relevance

12

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dtls1.h51 #define SSL_TLSEXT_ERR_OK 0 macro
/third_party/nghttp2/src/
H A Dshrpx_tls.cc114 return SSL_TLSEXT_ERR_OK; in next_proto_cb()
258 return SSL_TLSEXT_ERR_OK; in servername_callback()
297 return SSL_TLSEXT_ERR_OK; in servername_callback()
320 return SSL_TLSEXT_ERR_OK; in servername_callback()
330 return SSL_TLSEXT_ERR_OK; in servername_callback()
357 return SSL_TLSEXT_ERR_OK; in ocsp_resp_cb()
364 return SSL_TLSEXT_ERR_OK; in ocsp_resp_cb()
371 return SSL_TLSEXT_ERR_OK; in ocsp_resp_cb()
698 return SSL_TLSEXT_ERR_OK; in alpn_select_proto_cb()
731 return SSL_TLSEXT_ERR_OK; in quic_alpn_select_proto_cb()
[all...]
H A DHttpServer.cc2006 return SSL_TLSEXT_ERR_OK; in next_proto_cb()
2115 return SSL_TLSEXT_ERR_OK; in alpn_select_proto_cb()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dtls1.rs80 pub const SSL_TLSEXT_ERR_OK: c_int = 0; consts
/third_party/openssl/test/helpers/
H A Dhandshake.c97 * Returns SSL_TLSEXT_ERR_OK if a match was found.
125 return SSL_TLSEXT_ERR_OK; in select_server_ctx()
128 return SSL_TLSEXT_ERR_OK; in select_server_ctx()
286 return SSL_TLSEXT_ERR_OK; in server_ocsp_cb()
405 ? SSL_TLSEXT_ERR_OK : SSL_TLSEXT_ERR_ALERT_FATAL; in client_npn_cb()
414 return SSL_TLSEXT_ERR_OK; in server_npn_cb()
445 return ret == OPENSSL_NPN_NEGOTIATED ? SSL_TLSEXT_ERR_OK in server_alpn_cb()
/third_party/libwebsockets/lib/tls/openssl/
H A 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/skia/third_party/externals/microhttpd/src/microspdy/
H A Dio_openssl.c39 * @return SSL_TLSEXT_ERR_OK to do advertising
51 return SSL_TLSEXT_ERR_OK; in spdyf_next_protos_advertised_cb()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dcallbacks.rs173 Ok(()) => ffi::SSL_TLSEXT_ERR_OK, in raw_sni()
203 ffi::SSL_TLSEXT_ERR_OK in raw_alpn_select()
333 Ok(true) => ffi::SSL_TLSEXT_ERR_OK,
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c443 return SSL_TLSEXT_ERR_OK; in ssl_servername_cb()
548 ret = SSL_TLSEXT_ERR_OK; in get_ocsp_resp_from_responder()
600 if (ret != SSL_TLSEXT_ERR_OK) in cert_status_cb()
614 ret = SSL_TLSEXT_ERR_OK; in cert_status_cb()
617 if (ret != SSL_TLSEXT_ERR_OK) in cert_status_cb()
641 return SSL_TLSEXT_ERR_OK; in next_proto_cb()
681 return SSL_TLSEXT_ERR_OK; in alpn_cb()
/third_party/openssl/apps/
H A Ds_server.c443 return SSL_TLSEXT_ERR_OK; in ssl_servername_cb()
548 ret = SSL_TLSEXT_ERR_OK; in get_ocsp_resp_from_responder()
600 if (ret != SSL_TLSEXT_ERR_OK) in cert_status_cb()
614 ret = SSL_TLSEXT_ERR_OK; in cert_status_cb()
617 if (ret != SSL_TLSEXT_ERR_OK) in cert_status_cb()
641 return SSL_TLSEXT_ERR_OK; in next_proto_cb()
681 return SSL_TLSEXT_ERR_OK; in alpn_cb()
/third_party/nghttp2/examples/
H A Dlibevent-server.c120 return SSL_TLSEXT_ERR_OK; in next_proto_cb()
138 return SSL_TLSEXT_ERR_OK; in alpn_select_proto_cb()
H A Dlibevent-client.c324 return SSL_TLSEXT_ERR_OK; in select_next_proto_cb()
H A Dclient.c367 return SSL_TLSEXT_ERR_OK; in select_next_proto_cb()
/third_party/libwebsockets/lib/tls/
H A Dtls.c44 return SSL_TLSEXT_ERR_OK; in alpn_cb()
/third_party/openssl/test/
H A Dssl_old_test.c125 return SSL_TLSEXT_ERR_OK; in cb_client_npn()
133 return SSL_TLSEXT_ERR_OK; in cb_server_npn()
224 return SSL_TLSEXT_ERR_OK; in servername_cb()
322 return SSL_TLSEXT_ERR_OK; in cb_server_alpn()
/third_party/node/src/crypto/
H A Dcrypto_tls.cc262 return SSL_TLSEXT_ERR_OK; in SelectALPNCallback()
281 ? SSL_TLSEXT_ERR_OK in SelectALPNCallback()
320 return SSL_TLSEXT_ERR_OK; in TLSExtStatusCallback()
1364 return SSL_TLSEXT_ERR_OK; in SelectSNIContextCallback()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions.c990 if (sent && ret == SSL_TLSEXT_ERR_OK && !s->hit) { in final_server_name()
1017 if (ret == SSL_TLSEXT_ERR_OK && s->ext.ticket_expected in final_server_name()
/third_party/openssl/ssl/statem/
H A Dextensions.c962 if (sent && ret == SSL_TLSEXT_ERR_OK && !s->hit) { in final_server_name()
989 if (ret == SSL_TLSEXT_ERR_OK && s->ext.ticket_expected in final_server_name()
/third_party/node/src/quic/
H A Dtlscontext.cc90 return SSL_TLSEXT_ERR_OK; in AlpnSelectionCallback()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_spdy.c530 return SSL_TLSEXT_ERR_OK; in spdy_cb_ssl_select_next_proto()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c480 return SSL_TLSEXT_ERR_OK; in select_next_proto_cb()
H A Dtest_request_response.c468 return SSL_TLSEXT_ERR_OK; in select_next_proto_cb()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtls1.h302 # define SSL_TLSEXT_ERR_OK 0 macro
/third_party/openssl/include/openssl/
H A Dtls1.h298 # define SSL_TLSEXT_ERR_OK 0 macro
/third_party/openssl/ohos_lite/include/openssl/
H A Dtls1.h295 # define SSL_TLSEXT_ERR_OK 0 macro

Completed in 57 milliseconds

12