Home
last modified time | relevance | path

Searched refs:ext_size (Results 1 – 7 of 7) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/fsp1/
Dfsp_ffs.h100 u32 ext_size; member
150 u32 ext_size; member
/third_party/mbedtls/library/
Dssl_srv.c1704 unsigned int ext_size; in ssl_parse_client_hello() local
1712 ext_size = ( ( ext[2] << 8 ) | ( ext[3] ) ); in ssl_parse_client_hello()
1714 if( ext_size + 4 > ext_len ) in ssl_parse_client_hello()
1729 ret = ssl_parse_servername_ext( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
1741 ret = ssl_parse_renegotiation_info( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
1751 ret = ssl_parse_signature_algorithms_ext( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
1765 ret = ssl_parse_supported_elliptic_curves( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
1774 ret = ssl_parse_supported_point_formats( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
1785 ret = ssl_parse_ecjpake_kkpp( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
1795 ret = ssl_parse_max_fragment_length_ext( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
[all …]
Dssl_cli.c2006 unsigned int ext_size = ( ( ext[2] << 8 ) in ssl_parse_server_hello() local
2009 if( ext_size + 4 > ext_len ) in ssl_parse_server_hello()
2027 ext_size ) ) != 0 ) in ssl_parse_server_hello()
2038 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
2051 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
2064 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
2078 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
2091 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
2106 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
2120 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
[all …]
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c878 size_t ext_size; in ext_in_list() local
883 ext_size = comma - ext; in ext_in_list()
884 if ((filename[filename_size - ext_size - 1] == '.') && in ext_in_list()
885 !strncmp(&filename[filename_size - ext_size], ext, ext_size)) { in ext_in_list()
/third_party/openssl/ssl/statem/
Dextensions_cust.c114 const unsigned char *ext_data, size_t ext_size, X509 *x, in custom_ext_parse() argument
160 if (meth->parse_cb(s, ext_type, context, ext_data, ext_size, x, chainidx, in custom_ext_parse()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c98 atom_header_set (Atom * header, guint32 fourcc, gint32 size, gint64 ext_size) in atom_header_set() argument
102 header->extended_size = ext_size; in atom_header_set()
111 atom_full_init (AtomFull * full, guint32 fourcc, gint32 size, gint64 ext_size, in atom_full_init() argument
114 atom_header_set (&(full->header), fourcc, size, ext_size); in atom_full_init()
/third_party/openssl/ssl/
Dssl_local.h2649 const unsigned char *ext_data, size_t ext_size,