Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client.c217 struct wpabuf *partial; in tlsv1_client_handshake() local
219 partial = wpabuf_alloc_copy(pos, end - pos); in tlsv1_client_handshake()
221 conn->partial_input = partial; in tlsv1_client_handshake()
374 struct wpabuf *partial; in tlsv1_client_decrypt() local
376 partial = wpabuf_alloc_copy(pos, in_end - pos); in tlsv1_client_decrypt()
378 conn->partial_input = partial; in tlsv1_client_decrypt()
/hal_espressif-latest/components/esp_phy/
DKconfig9 … will be performed and stored in NVS. Normally, only partial calibration will be performed.
140 Select PHY calibration mode. During RF initialization, the partial calibration
142 more than partial calibration. If boot duration is not critical, it is suggested
147 bool "Calibration partial"
/hal_espressif-latest/tools/ci/
Dcheck_callgraph.py10 from functools import partial
290 …maybe_sym_from = find_symbol_by_name(source_rtl_func.name, elfinfo, partial(match_local_source_fun…
305 …maybe_sym_to = find_symbol_by_name(target_rtl_func_name, elfinfo, partial(match_local_target_func,…
/hal_espressif-latest/tools/esptool_py/test/
Dtest_merge_bin.py11 from functools import partial
317 for chunk in iter(partial(f.read, UF2Writer.UF2_BLOCK_SIZE), b""):
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c1220 read_param.partial.handle = handle; in BTA_GATTC_ReadLongChar()
1221 read_param.partial.offset = offset; in BTA_GATTC_ReadLongChar()
1222 read_param.partial.auth_req = auth_req; in BTA_GATTC_ReadLongChar()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h486 tGATT_READ_PARTIAL partial; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c1040 p_clcb->counter = p_read->partial.offset; in GATTC_Read()