| /third_party/openssl/ssl/statem/ |
| D | extensions_cust.c | 31 static int custom_ext_add_old_cb_wrap(SSL *s, unsigned int ext_type, in custom_ext_add_old_cb_wrap() 46 static void custom_ext_free_old_cb_wrap(SSL *s, unsigned int ext_type, in custom_ext_free_old_cb_wrap() 58 static int custom_ext_parse_old_cb_wrap(SSL *s, unsigned int ext_type, in custom_ext_parse_old_cb_wrap() 82 ENDPOINT role, unsigned int ext_type, in custom_ext_find() 113 int custom_ext_parse(SSL *s, unsigned int context, unsigned int ext_type, in custom_ext_parse() 336 int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) in SSL_CTX_has_client_custom_ext() 343 unsigned int ext_type, in add_custom_ext_intern() 408 unsigned int ext_type, in add_old_custom_ext() 450 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_client_custom_ext() 464 int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_server_custom_ext() [all …]
|
| /third_party/openssl/test/ |
| D | ssltest_old.c | 413 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, in serverinfo_cli_parse_cb() 445 static int custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_0_cli_add_cb() 454 static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_0_cli_parse_cb() 461 static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_1_cli_add_cb() 472 static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_1_cli_parse_cb() 479 static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_2_cli_add_cb() 490 static int custom_ext_2_cli_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_2_cli_parse_cb() 501 static int custom_ext_3_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_3_cli_add_cb() 512 static int custom_ext_3_cli_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_3_cli_parse_cb() 529 static int custom_ext_0_srv_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_0_srv_parse_cb() [all …]
|
| D | sslapitest.c | 4007 static int old_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, in old_add_cb() 4028 static void old_free_cb(SSL *s, unsigned int ext_type, const unsigned char *out, in old_free_cb() 4034 static int old_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, in old_parse_cb() 4052 static int new_add_cb(SSL *s, unsigned int ext_type, unsigned int context, in new_add_cb() 4074 static void new_free_cb(SSL *s, unsigned int ext_type, unsigned int context, in new_free_cb() 4080 static int new_parse_cb(SSL *s, unsigned int ext_type, unsigned int context, in new_parse_cb()
|
| /third_party/openssl/ssl/ |
| D | ssl_rsa.c | 715 static int serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type, in serverinfoex_srv_parse_cb() 730 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type, in serverinfo_srv_parse_cb() 738 static int serverinfoex_srv_add_cb(SSL *s, unsigned int ext_type, in serverinfoex_srv_add_cb() 769 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type, in serverinfo_srv_add_cb() 799 unsigned int ext_type = 0; in serverinfo_process_buffer() local
|
| /third_party/node/src/ |
| D | node_crypto_clienthello.cc | 211 uint16_t ext_type = (data[ext_off] << 8) + data[ext_off + 1]; in ParseTLSClientHello() local
|
| /third_party/boringssl/src/crypto/x509v3/ |
| D | v3_conf.c | 92 int ext_type; in X509V3_EXT_nconf() local 111 int ext_type; in X509V3_EXT_nconf_nid() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | mpegvideo_parser.c | 42 int frame_rate_index, ext_type, bytes_left; in mpegvideo_extract_headers() local
|
| /third_party/nghttp2/src/ |
| D | shrpx_tls.cc | 610 int sct_add_cb(SSL *ssl, unsigned int ext_type, unsigned int context, in sct_add_cb() 642 void sct_free_cb(SSL *ssl, unsigned int ext_type, unsigned int context, in sct_free_cb() 649 int sct_parse_cb(SSL *ssl, unsigned int ext_type, unsigned int context, in sct_parse_cb() 670 int legacy_sct_add_cb(SSL *ssl, unsigned int ext_type, in legacy_sct_add_cb() 678 void legacy_sct_free_cb(SSL *ssl, unsigned int ext_type, in legacy_sct_free_cb() 685 int legacy_sct_parse_cb(SSL *ssl, unsigned int ext_type, in legacy_sct_parse_cb()
|
| /third_party/openssl/crypto/x509v3/ |
| D | v3_conf.c | 40 int ext_type; in X509V3_EXT_nconf() local 59 int ext_type; in X509V3_EXT_nconf_nid() local
|
| /third_party/boringssl/src/ssl/ |
| D | handshake.cc | 260 const SSL_EXTENSION_TYPE *ext_type = NULL; in ssl_parse_extensions() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| D | operand.cpp | 580 spv_ext_inst_type_t ext_type, uint32_t key) { in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| D | operand.cpp | 580 spv_ext_inst_type_t ext_type, uint32_t key) { in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
|
| /third_party/mbedtls/library/ |
| D | oid.c | 284 int ext_type; member
|
| D | x509_crt.c | 749 int ext_type = 0; in x509_get_crt_ext() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| D | tlsv1_server_read.c | 129 u16 ext_type, ext_len; in tls_process_client_hello() local
|
| D | tlsv1_client.c | 706 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, in tlsv1_client_hello_ext()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| D | tlsv1_server_read.c | 129 u16 ext_type, ext_len; in tls_process_client_hello() local
|
| D | tlsv1_client.c | 706 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, in tlsv1_client_hello_ext()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| D | tls_none.c | 180 int ext_type, const u8 *data, in tls_connection_client_hello_ext()
|
| D | tls_internal.c | 720 int ext_type, const u8 *data, in tls_connection_client_hello_ext()
|
| D | tls_gnutls.c | 1719 int ext_type, const u8 *data, in tls_connection_client_hello_ext()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| D | tls_none.c | 180 int ext_type, const u8 *data, in tls_connection_client_hello_ext()
|
| D | tls_internal.c | 720 int ext_type, const u8 *data, in tls_connection_client_hello_ext()
|
| D | tls_gnutls.c | 1719 int ext_type, const u8 *data, in tls_connection_client_hello_ext()
|
| /third_party/e2fsprogs/misc/ |
| D | mke2fs.c | 1292 const char *ext_type = 0; in parse_fs_type() local
|