Home
last modified time | relevance | path

Searched defs:ext_type (Results 1 – 25 of 33) 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()
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/
Dssltest_old.c413 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 …]
Dsslapitest.c4007 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/
Dssl_rsa.c715 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/
Dnode_crypto_clienthello.cc211 uint16_t ext_type = (data[ext_off] << 8) + data[ext_off + 1]; in ParseTLSClientHello() local
/third_party/boringssl/src/crypto/x509v3/
Dv3_conf.c92 int ext_type; in X509V3_EXT_nconf() local
111 int ext_type; in X509V3_EXT_nconf_nid() local
/third_party/ffmpeg/libavcodec/
Dmpegvideo_parser.c42 int frame_rate_index, ext_type, bytes_left; in mpegvideo_extract_headers() local
/third_party/nghttp2/src/
Dshrpx_tls.cc610 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/
Dv3_conf.c40 int ext_type; in X509V3_EXT_nconf() local
59 int ext_type; in X509V3_EXT_nconf_nid() local
/third_party/boringssl/src/ssl/
Dhandshake.cc260 const SSL_EXTENSION_TYPE *ext_type = NULL; in ssl_parse_extensions() local
/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/mbedtls/library/
Doid.c284 int ext_type; member
Dx509_crt.c749 int ext_type = 0; in x509_get_crt_ext() local
/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.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/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()
Dtls_internal.c720 int ext_type, const u8 *data, in tls_connection_client_hello_ext()
Dtls_gnutls.c1719 int ext_type, const u8 *data, in tls_connection_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()
Dtls_internal.c720 int ext_type, const u8 *data, in tls_connection_client_hello_ext()
Dtls_gnutls.c1719 int ext_type, const u8 *data, in tls_connection_client_hello_ext()
/third_party/e2fsprogs/misc/
Dmke2fs.c1292 const char *ext_type = 0; in parse_fs_type() local

12