Home
last modified time | relevance | path

Searched refs:ext_len (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_server_read.c91 const u8 *ext, size_t ext_len) in tls_process_status_request_v2() argument
98 end = ext + ext_len; in tls_process_status_request_v2()
129 u16 ext_type, ext_len; in tls_process_client_hello() local
317 ext_len = WPA_GET_BE16(pos); in tls_process_client_hello()
321 ext_len); in tls_process_client_hello()
322 if (end - pos != ext_len) { in tls_process_client_hello()
324 ext_len, (unsigned int) (end - pos)); in tls_process_client_hello()
349 ext_len = WPA_GET_BE16(pos); in tls_process_client_hello()
352 if (end - pos < ext_len) { in tls_process_client_hello()
360 "Extension data", pos, ext_len); in tls_process_client_hello()
[all …]
Dasn1.c189 size_t ext_len = 0; in asn1_get_next() local
203 ext_len++; in asn1_get_next()
210 hdr->tag, ext_len); in asn1_get_next()
212 ext_len * 7 > sizeof(hdr->tag) * 8) { in asn1_get_next()
215 hdr->tag, ext_len); in asn1_get_next()
Dtlsv1_client_read.c221 u16 ext_len; in tls_process_server_hello() local
223 ext_len = WPA_GET_BE16(pos); in tls_process_server_hello()
225 if (end - pos < ext_len) { in tls_process_server_hello()
228 ext_len, (unsigned int) (end - pos)); in tls_process_server_hello()
232 if (tls_process_server_hello_extensions(conn, pos, ext_len)) in tls_process_server_hello()
234 pos += ext_len; in tls_process_server_hello()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c6728 …ip_array *pNew_ext, mz_zip_archive *pZip, const mz_uint8 *pExt, uint32_t ext_len, mz_uint64 *pComp… in mz_zip_writer_update_zip64_extension_block() argument
6731 if (!mz_zip_array_reserve(pZip, pNew_ext, ext_len + 64, MZ_FALSE)) in mz_zip_writer_update_zip64_extension_block()
6774 if ((pExt) && (ext_len)) in mz_zip_writer_update_zip64_extension_block()
6776 mz_uint32 extra_size_remaining = ext_len; in mz_zip_writer_update_zip64_extension_block()