/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_spdy.c | 539 spdy_ssl_init_ssl_ctx(SSL_CTX *ssl_ctx, in spdy_ssl_init_ssl_ctx() argument
|
H A D | mhd2spdy_structures.h | 156 SSL_CTX *ssl_ctx; member
|
/third_party/nghttp2/examples/ |
H A D | client.c | 374 static void init_ssl_ctx(SSL_CTX *ssl_ctx) { in init_ssl_ctx() argument 536 SSL_CTX *ssl_ctx; in fetch_uri() local [all...] |
H A D | libevent-server.c | 105 SSL_CTX *ssl_ctx; member 144 SSL_CTX *ssl_ctx; in create_ssl_ctx() local 197 create_ssl(SSL_CTX *ssl_ctx) create_ssl() argument 784 initialize_app_context(app_context *app_ctx, SSL_CTX *ssl_ctx, struct event_base *evbase) initialize_app_context() argument 793 SSL_CTX *ssl_ctx; run() local [all...] |
/third_party/nghttp2/src/ |
H A D | nghttp.h | 283 SSL_CTX *ssl_ctx; member
|
H A D | shrpx_connection.cc | 380 auto ssl_ctx = SSL_get_SSL_CTX(tls.ssl); in tls_handshake() local
|
H A D | shrpx_connection_handler.cc | 711 auto ssl_ctx = all_ssl_ctx_[ocsp_.next]; in handle_ocsp_complete() local 811 auto ssl_ctx = all_ssl_ctx_[ocsp_.next]; proceed_next_cert_ocsp() local 935 auto ssl_ctx = tls::create_ssl_client_context( create_tls_ticket_key_memcached_ssl_ctx() local [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
H A D | openssl.c | 791 static void crypto_openssl_configure_context(SSL_CTX *ssl_ctx) { in crypto_openssl_configure_context() argument 797 int ngtcp2_crypto_openssl_configure_server_context(SSL_CTX *ssl_ctx) { in ngtcp2_crypto_openssl_configure_server_context() argument 803 int ngtcp2_crypto_openssl_configure_client_context(SSL_CTX *ssl_ctx) { in ngtcp2_crypto_openssl_configure_client_context() argument
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/ |
H A D | wolfssl.c | 509 static void crypto_wolfssl_configure_context(WOLFSSL_CTX *ssl_ctx) { in crypto_wolfssl_configure_context() argument 515 int ngtcp2_crypto_wolfssl_configure_server_context(WOLFSSL_CTX *ssl_ctx) { in ngtcp2_crypto_wolfssl_configure_server_context() argument 520 int ngtcp2_crypto_wolfssl_configure_client_context(WOLFSSL_CTX *ssl_ctx) { in ngtcp2_crypto_wolfssl_configure_client_context() argument
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
H A D | boringssl.c | 611 static void crypto_boringssl_configure_context(SSL_CTX *ssl_ctx) { in crypto_boringssl_configure_context() argument 617 int ngtcp2_crypto_boringssl_configure_server_context(SSL_CTX *ssl_ctx) { in ngtcp2_crypto_boringssl_configure_server_context() argument 623 int ngtcp2_crypto_boringssl_configure_client_context(SSL_CTX *ssl_ctx) { in ngtcp2_crypto_boringssl_configure_client_context() argument
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/ |
H A D | ssl_pm.c | 373 ssl_ctx_get_mbedtls_x509_crt(SSL_CTX *ssl_ctx) in ssl_ctx_get_mbedtls_x509_crt() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_internal.c | 68 void tls_deinit(void *ssl_ctx) in tls_deinit() argument 682 int tls_get_version(void *ssl_ctx, struct tls_connection *conn, in tls_get_version() argument
|
H A D | tls_openssl_ocsp.c | 486 enum ocsp_result check_ocsp_resp(SSL_CTX *ssl_ctx, SSL *ssl, X509 *cert, in check_ocsp_resp() argument
|
H A D | tls_gnutls.c | 131 void tls_deinit(void *ssl_ctx) in tls_deinit() argument 148 int tls_get_errors(void *ssl_ctx) in tls_get_errors() argument 239 struct tls_connection * tls_connection_init(void *ssl_ctx) in tls_connection_init() argument 276 void tls_connection_deinit(void *ssl_ctx, struct tls_connection *conn) in tls_connection_deinit() argument 292 int tls_connection_established(void *ssl_ctx, struct tls_connection *conn) in tls_connection_established() argument 306 int tls_connection_shutdown(void *ssl_ctx, struct tls_connection *conn) in tls_connection_shutdown() argument 854 int tls_global_set_verify(void *ssl_ctx, in argument 861 tls_connection_set_verify(void *ssl_ctx, struct tls_connection *conn, int verify_peer, unsigned int flags, const u8 *session_ctx, size_t session_ctx_len) tls_connection_set_verify() argument 877 tls_connection_get_random(void *ssl_ctx, struct tls_connection *conn, struct tls_random *keys) tls_connection_get_random() argument 1640 tls_connection_resumed(void *ssl_ctx, struct tls_connection *conn) tls_connection_resumed() argument 1656 tls_get_version(void *ssl_ctx, struct tls_connection *conn, char *buf, size_t buflen) tls_get_version() argument 1674 tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, char *buf, size_t buflen) tls_get_cipher() argument 1710 tls_connection_enable_workaround(void *ssl_ctx, struct tls_connection *conn) tls_connection_enable_workaround() argument 1718 tls_connection_client_hello_ext(void *ssl_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) tls_connection_client_hello_ext() argument 1727 tls_connection_get_failed(void *ssl_ctx, struct tls_connection *conn) tls_connection_get_failed() argument 1735 tls_connection_get_read_alerts(void *ssl_ctx, struct tls_connection *conn) tls_connection_get_read_alerts() argument 1743 tls_connection_get_write_alerts(void *ssl_ctx, struct tls_connection *conn) tls_connection_get_write_alerts() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_i.h | 360 void *ssl_ctx; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap.h | 111 void *ssl_ctx; member
|
H A D | eap_i.h | 170 void *ssl_ctx; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_internal.c | 68 void tls_deinit(void *ssl_ctx) in tls_deinit() argument 682 int tls_get_version(void *ssl_ctx, struct tls_connection *conn, in tls_get_version() argument
|
H A D | tls_openssl_ocsp.c | 486 enum ocsp_result check_ocsp_resp(SSL_CTX *ssl_ctx, SSL *ssl, X509 *cert, in check_ocsp_resp() argument
|
H A D | tls_gnutls.c | 131 void tls_deinit(void *ssl_ctx) in tls_deinit() argument 148 int tls_get_errors(void *ssl_ctx) in tls_get_errors() argument 239 struct tls_connection * tls_connection_init(void *ssl_ctx) in tls_connection_init() argument 276 void tls_connection_deinit(void *ssl_ctx, struct tls_connection *conn) in tls_connection_deinit() argument 292 int tls_connection_established(void *ssl_ctx, struct tls_connection *conn) in tls_connection_established() argument 306 int tls_connection_shutdown(void *ssl_ctx, struct tls_connection *conn) in tls_connection_shutdown() argument 854 int tls_global_set_verify(void *ssl_ctx, in argument 861 tls_connection_set_verify(void *ssl_ctx, struct tls_connection *conn, int verify_peer, unsigned int flags, const u8 *session_ctx, size_t session_ctx_len) tls_connection_set_verify() argument 877 tls_connection_get_random(void *ssl_ctx, struct tls_connection *conn, struct tls_random *keys) tls_connection_get_random() argument 1640 tls_connection_resumed(void *ssl_ctx, struct tls_connection *conn) tls_connection_resumed() argument 1656 tls_get_version(void *ssl_ctx, struct tls_connection *conn, char *buf, size_t buflen) tls_get_version() argument 1674 tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, char *buf, size_t buflen) tls_get_cipher() argument 1710 tls_connection_enable_workaround(void *ssl_ctx, struct tls_connection *conn) tls_connection_enable_workaround() argument 1718 tls_connection_client_hello_ext(void *ssl_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) tls_connection_client_hello_ext() argument 1727 tls_connection_get_failed(void *ssl_ctx, struct tls_connection *conn) tls_connection_get_failed() argument 1735 tls_connection_get_read_alerts(void *ssl_ctx, struct tls_connection *conn) tls_connection_get_read_alerts() argument 1743 tls_connection_get_write_alerts(void *ssl_ctx, struct tls_connection *conn) tls_connection_get_write_alerts() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_i.h | 360 void *ssl_ctx; member
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 541 CURLcode SslCtxFunction(CURL *curl, void *ssl_ctx, void *parm) in SslCtxFunction() argument
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_new_connection.c | 487 static void init_ssl_ctx(SSL_CTX *ssl_ctx, uint16_t *spdy_proto_version) in init_ssl_ctx() argument 657 SSL_CTX *ssl_ctx; in fetch_uri() local [all...] |
H A D | test_request_response.c | 475 static void init_ssl_ctx(SSL_CTX *ssl_ctx, uint16_t *spdy_proto_version) in init_ssl_ctx() argument 645 SSL_CTX *ssl_ctx; in fetch_uri() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap.h | 117 void *ssl_ctx; member
|