Home
last modified time | relevance | path

Searched defs:ext_type (Results 1 – 25 of 40) sorted by relevance

12

/third_party/openssl/ssl/statem/
Dextensions_cust.c31 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/
Dextensions_cust.c31 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/
Dssl_old_test.c410 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/
Dssl_rsa.c580 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/
Dssl_rsa.c580 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/
Dcrypto_clienthello.cc215 uint16_t ext_type = (data[ext_off] << 8) + data[ext_off + 1]; in ParseTLSClientHello() local
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-extensions.c63 int ext_type; member
449 int ext_type = 0; in lws_x509_get_crt_ext() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dbinary.hpp93 enum ext_type { enum
131 ext_type ext_type; member
/third_party/ffmpeg/libavcodec/
Dmpegvideo_parser.c110 int frame_rate_index, ext_type, bytes_left; in mpegvideo_extract_headers() local
/third_party/nghttp2/src/
Dshrpx_tls.cc752 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/
Dv3_conf.c39 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/
Dv3_conf.c39 int ext_type; in X509V3_EXT_nconf_int() local
68 int ext_type; in X509V3_EXT_nconf_nid() local
/third_party/mbedtls/library/
Dx509_csr.c76 int ext_type = 0; in x509_csr_parse_extensions() local
/third_party/mbedtls/include/mbedtls/
Dx509_crt.h914 int ext_type) in mbedtls_x509_crt_has_ext_type()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_extensions.py176 ext_type = "" variable in ExtensionRegistryEntry
/third_party/spirv-tools/source/
Doperand.cpp577 spv_ext_inst_type_t ext_type, uint32_t key) { in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
/third_party/skia/third_party/externals/spirv-tools/source/
Doperand.cpp580 spv_ext_inst_type_t ext_type, uint32_t key) { in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Doperand.cpp580 spv_ext_inst_type_t ext_type, uint32_t key) { in spvDbgInfoExtOperandCanBeForwardDeclaredFunction()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dextensionmetadocgenerator.py29 ext_type, argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_server_read.c129 u16 ext_type, ext_len; in tls_process_client_hello() local
Dtlsv1_client.c730 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/crypto/
Dtls_none.c180 int ext_type, const u8 *data, in tls_connection_client_hello_ext()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_server_read.c129 u16 ext_type, ext_len; in tls_process_client_hello() local
Dtlsv1_client.c706 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/
Dtls_none.c180 int ext_type, const u8 *data, in tls_connection_client_hello_ext()

12