| /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() 339 int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) in SSL_CTX_has_client_custom_ext() 346 unsigned int ext_type, in add_custom_ext_intern() 411 unsigned int ext_type, in add_old_custom_ext() 453 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_client_custom_ext() 467 int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_server_custom_ext() [all …]
|
| /third_party/node/deps/openssl/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() 341 int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) in SSL_CTX_has_client_custom_ext() 348 unsigned int ext_type, in add_custom_ext_intern() 413 unsigned int ext_type, in add_old_custom_ext() 455 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_client_custom_ext() 469 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 | ssl_old_test.c | 410 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, in serverinfo_cli_parse_cb() 442 static int custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_0_cli_add_cb() 451 static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_0_cli_parse_cb() 458 static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_1_cli_add_cb() 469 static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_1_cli_parse_cb() 476 static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_2_cli_add_cb() 487 static int custom_ext_2_cli_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_2_cli_parse_cb() 498 static int custom_ext_3_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_3_cli_add_cb() 509 static int custom_ext_3_cli_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_3_cli_parse_cb() 526 static int custom_ext_0_srv_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_0_srv_parse_cb() [all …]
|
| /third_party/openssl/ssl/ |
| D | ssl_rsa.c | 580 static int serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type, in serverinfoex_srv_parse_cb() 595 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type, in serverinfo_srv_parse_cb() 603 static int serverinfoex_srv_add_cb(SSL *s, unsigned int ext_type, in serverinfoex_srv_add_cb() 634 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type, in serverinfo_srv_add_cb() 664 unsigned int ext_type = 0; in serverinfo_process_buffer() local
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| D | ssl_rsa.c | 580 static int serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type, in serverinfoex_srv_parse_cb() 595 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type, in serverinfo_srv_parse_cb() 603 static int serverinfoex_srv_add_cb(SSL *s, unsigned int ext_type, in serverinfoex_srv_add_cb() 634 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type, in serverinfo_srv_add_cb() 664 unsigned int ext_type = 0; in serverinfo_process_buffer() local
|
| /third_party/node/src/crypto/ |
| D | crypto_clienthello.cc | 215 uint16_t ext_type = (data[ext_off] << 8) + data[ext_off + 1]; in ParseTLSClientHello() local
|
| /third_party/libwebsockets/lib/tls/mbedtls/ |
| D | mbedtls-extensions.c | 63 int ext_type; member 449 int ext_type = 0; in lws_x509_get_crt_ext() local
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| D | binary.hpp | 93 enum ext_type { enum 131 ext_type ext_type; member
|
| /third_party/ffmpeg/libavcodec/ |
| D | mpegvideo_parser.c | 110 int frame_rate_index, ext_type, bytes_left; in mpegvideo_extract_headers() local
|
| /third_party/nghttp2/src/ |
| D | shrpx_tls.cc | 752 int sct_add_cb(SSL *ssl, unsigned int ext_type, unsigned int context, in sct_add_cb() 784 void sct_free_cb(SSL *ssl, unsigned int ext_type, unsigned int context, in sct_free_cb() 791 int sct_parse_cb(SSL *ssl, unsigned int ext_type, unsigned int context, in sct_parse_cb() 812 int legacy_sct_add_cb(SSL *ssl, unsigned int ext_type, in legacy_sct_add_cb() 820 void legacy_sct_free_cb(SSL *ssl, unsigned int ext_type, in legacy_sct_free_cb() 827 int legacy_sct_parse_cb(SSL *ssl, unsigned int ext_type, in legacy_sct_parse_cb()
|
| /third_party/openssl/crypto/x509/ |
| D | v3_conf.c | 39 int ext_type; in X509V3_EXT_nconf_int() local 68 int ext_type; in X509V3_EXT_nconf_nid() local
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| D | v3_conf.c | 39 int ext_type; in X509V3_EXT_nconf_int() local 68 int ext_type; in X509V3_EXT_nconf_nid() local
|
| /third_party/mbedtls/library/ |
| D | x509_csr.c | 76 int ext_type = 0; in x509_csr_parse_extensions() local
|
| /third_party/mbedtls/include/mbedtls/ |
| D | x509_crt.h | 914 int ext_type) in mbedtls_x509_crt_has_ext_type()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_extensions.py | 176 ext_type = "" variable in ExtensionRegistryEntry
|
| /third_party/spirv-tools/source/ |
| D | operand.cpp | 577 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/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/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| D | extensionmetadocgenerator.py | 29 ext_type, argument
|
| /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()
|
| /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/tls/ |
| D | tlsv1_server_read.c | 129 u16 ext_type, ext_len; in tls_process_client_hello() local
|
| D | tlsv1_client.c | 730 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()
|