Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_dev_attr.h32 void wps_process_vendor_ext_m1(struct wps_device_data *dev, const u8 ext);
Dwps_dev_attr.c410 void wps_process_vendor_ext_m1(struct wps_device_data *dev, const u8 ext) in wps_process_vendor_ext_m1() argument
412 dev->multi_ap_ext = ext; in wps_process_vendor_ext_m1()
/hal_espressif-latest/components/bt/
DCMakeLists.txt543 porting/ext/tinycrypt/include
545 list(APPEND srcs "porting/ext/tinycrypt/src/utils.c"
546 "porting/ext/tinycrypt/src/sha256.c"
547 "porting/ext/tinycrypt/src/ecc.c"
548 "porting/ext/tinycrypt/src/ctr_prng.c"
549 "porting/ext/tinycrypt/src/ctr_mode.c"
550 "porting/ext/tinycrypt/src/aes_decrypt.c"
551 "porting/ext/tinycrypt/src/aes_encrypt.c"
552 "porting/ext/tinycrypt/src/ccm_mode.c"
553 "porting/ext/tinycrypt/src/ecc_dsa.c"
[all …]
/hal_espressif-latest/tools/ci/
Dcheck_callgraph.py343 def find_files_recursive(root_path: str, ext: str) -> Generator[str, None, None]:
346 if basename.endswith(ext):
/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
97 pos = ext; in tls_process_status_request_v2()
98 end = ext + ext_len; in tls_process_status_request_v2()
Dtlsv1_client_read.c57 u16 ext; in tls_process_server_hello_extensions() local
58 ext = WPA_GET_BE16(pos); in tls_process_server_hello_extensions()
60 ext); in tls_process_server_hello_extensions()
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in473 bool "Enable aux packet when ext adv data length is zero"
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/
Dmbedtls_rom_osi.h376 …edtls_x509_get_ext)( unsigned char **p, const unsigned char *end, mbedtls_x509_buf *ext, int tag );