Home
last modified time | relevance | path

Searched defs:ext_type (Results 1 - 25 of 47) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.h17 u8 ext_type; member
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_parser.c110 int frame_rate_index, ext_type, bytes_left; in mpegvideo_extract_headers() local
/third_party/mbedtls/library/
H A Dx509_csr.c76 int ext_type = 0; in x509_csr_parse_extensions() local
H A Doid.c270 int ext_type; member
/third_party/mbedtls/include/mbedtls/
H A Dx509_crt.h913 mbedtls_x509_crt_has_ext_type(const mbedtls_x509_crt *ctx, int ext_type) mbedtls_x509_crt_has_ext_type() argument
/third_party/libwebsockets/lib/tls/mbedtls/
H A 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/
H A Dbinary.hpp93 enum ext_type { enum
131 ext_type ext_type; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_extensions.py176 ext_type = "" variable in ExtensionRegistryEntry
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_cust.c31 static int custom_ext_add_old_cb_wrap(SSL *s, unsigned int ext_type, in custom_ext_add_old_cb_wrap() argument
46 static void custom_ext_free_old_cb_wrap(SSL *s, unsigned int ext_type, in custom_ext_free_old_cb_wrap() argument
58 static int custom_ext_parse_old_cb_wrap(SSL *s, unsigned int ext_type, in custom_ext_parse_old_cb_wrap() argument
113 int custom_ext_parse(SSL *s, unsigned int context, unsigned int ext_type, in custom_ext_parse() argument
81 custom_ext_find(const custom_ext_methods *exts, ENDPOINT role, unsigned int ext_type, size_t *idx) custom_ext_find() argument
341 SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) SSL_CTX_has_client_custom_ext() argument
347 add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) add_custom_ext_intern() argument
412 add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) add_old_custom_ext() argument
455 SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) SSL_CTX_add_client_custom_ext() argument
469 SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) SSL_CTX_add_server_custom_ext() argument
483 SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) SSL_CTX_add_custom_ext() argument
494 SSL_extension_supported(unsigned int ext_type) SSL_extension_supported() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_conf.c39 int ext_type; in X509V3_EXT_nconf_int() local
68 int ext_type; in X509V3_EXT_nconf_nid() local
/third_party/openssl/crypto/x509/
H A Dv3_conf.c39 int ext_type; in X509V3_EXT_nconf_int() local
68 int ext_type; in X509V3_EXT_nconf_nid() local
/third_party/openssl/ssl/statem/
H A Dextensions_cust.c31 static int custom_ext_add_old_cb_wrap(SSL *s, unsigned int ext_type, in custom_ext_add_old_cb_wrap() argument
46 static void custom_ext_free_old_cb_wrap(SSL *s, unsigned int ext_type, in custom_ext_free_old_cb_wrap() argument
58 static int custom_ext_parse_old_cb_wrap(SSL *s, unsigned int ext_type, in custom_ext_parse_old_cb_wrap() argument
113 int custom_ext_parse(SSL *s, unsigned int context, unsigned int ext_type, in custom_ext_parse() argument
81 custom_ext_find(const custom_ext_methods *exts, ENDPOINT role, unsigned int ext_type, size_t *idx) custom_ext_find() argument
339 SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) SSL_CTX_has_client_custom_ext() argument
345 add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) add_custom_ext_intern() argument
410 add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) add_old_custom_ext() argument
453 SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) SSL_CTX_add_client_custom_ext() argument
467 SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) SSL_CTX_add_server_custom_ext() argument
481 SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) SSL_CTX_add_custom_ext() argument
492 SSL_extension_supported(unsigned int ext_type) SSL_extension_supported() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Doperand.cpp579 spvDbgInfoExtOperandCanBeForwardDeclaredFunction( spv_ext_inst_type_t ext_type, uint32_t key) spvDbgInfoExtOperandCanBeForwardDeclaredFunction() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Doperand.cpp579 spvDbgInfoExtOperandCanBeForwardDeclaredFunction( spv_ext_inst_type_t ext_type, uint32_t key) spvDbgInfoExtOperandCanBeForwardDeclaredFunction() argument
/third_party/spirv-tools/source/
H A Doperand.cpp576 spvDbgInfoExtOperandCanBeForwardDeclaredFunction( spv_ext_inst_type_t ext_type, uint32_t key) spvDbgInfoExtOperandCanBeForwardDeclaredFunction() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_none.c179 tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) tls_connection_client_hello_ext() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_server_read.c129 u16 ext_type, ext_len; in tls_process_client_hello() local
H A Dtlsv1_client.c706 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, in tlsv1_client_hello_ext() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_none.c179 tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) tls_connection_client_hello_ext() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_server_read.c129 u16 ext_type, ext_len; in tls_process_client_hello() local
H A Dtlsv1_client.c730 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, in tlsv1_client_hello_ext() argument
/kernel/linux/linux-5.10/net/rds/
H A Dmessage.c240 unsigned int offset, ext_type, ext_len; in rds_message_next_extension() local
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_property.c61 u32 ext_type = flags & DRM_MODE_PROP_EXTENDED_TYPE; in drm_property_flags_valid() local
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_property.c61 u32 ext_type = flags & DRM_MODE_PROP_EXTENDED_TYPE; in drm_property_flags_valid() local
/kernel/linux/linux-6.6/net/rds/
H A Dmessage.c240 unsigned int offset, ext_type, ext_len; in rds_message_next_extension() local

Completed in 22 milliseconds

12