Home
last modified time | relevance | path

Searched refs:round (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-3.6.0/examples/cxx/experimental/esp_event_cxx/
DREADME.md32 event base test, ID: 0; called first round
33 event base test, ID: 1; called first round
35 event base test, ID: 0; called second round
36 event base test, ID: 1; called second round
37 event base test, ID: 0; called second round
38 event base test, ID: 1; called second round
39 event base test, ID: 0; called second round
40 event base test, ID: 1; called second round
41 event base test, ID: 0; called second round
42 event base test, ID: 1; called second round
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/smp/
Dsmp_cmac.c39 UINT16 round; member
142 while (i <= cmac_cb.round) { in cmac_aes_k_calculate()
143 smp_xor_128(&cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], x); /* Mi' := Mi (+) X */ in cmac_aes_k_calculate()
145 …if (!SMP_Encrypt(key, BT_OCTET16_LEN, &cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], BT_OCTET1… in cmac_aes_k_calculate()
189 SMP_TRACE_DEBUG("flag = %d round = %d", flag, cmac_cb.round); in cmac_prepare_last_block()
297 cmac_cb.round = n; in aes_cipher_msg_auth_code()
Dsmp_utils.c1402 UINT8 smp_calculate_random_input(UINT8 *random, UINT8 round) in smp_calculate_random_input() argument
1404 UINT8 i = round / 8; in smp_calculate_random_input()
1405 UINT8 j = round % 8; in smp_calculate_random_input()
1408 SMP_TRACE_DEBUG("random: 0x%02x, round: %d, i: %d, j: %d\n", random[i], round, i, j); in smp_calculate_random_input()
Dsmp_keys.c1170 random_input = smp_calculate_random_input(p_cb->local_random, p_cb->round); in smp_calculate_local_commitment()
1216 ri = smp_calculate_random_input(p_cb->peer_random, p_cb->round); in smp_calculate_peer_commitment()
2168 SMP_TRACE_DEBUG ("%s round %d", __FUNCTION__, p_cb->round); in smp_process_new_nonce()
Dsmp_act.c1740 if (++p_cb->round < 20) { in smp_process_peer_nonce()
1868 p_cb->round = 0; in smp_start_passkey_verification()
/hal_espressif-3.6.0/components/partition_table/
Dcheck_sizes.py67 bootloader_size, free_size, round(free_size * 100 / max_size)))
91 … bin_name, bin_size, ptype_str, smallest_size, free_size, round(free_size * 100 / smallest_size)))
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/front/web-demo/src/views/
DChart.vue9 stroke-linecap="round"
/hal_espressif-3.6.0/components/driver/test/
Dtest_spi_param.c560 for (int round = 0; round < 20; round++) { in TEST_SPI_LOCAL() local
562 int master_trans_len = round + 1; in TEST_SPI_LOCAL()
/hal_espressif-3.6.0/examples/bluetooth/nimble/bleprph_wifi_coex/
DREADME.md18 … to test if a remote host is reachable on the IP network. It measures the round-trip time for mess…
/hal_espressif-3.6.0/examples/storage/spiffsgen/spiffs_image/sub/
Dalice.txt139 There were doors all round the hall, but they were all locked; and when
149 time round, she came upon a low curtain she had not noticed before, and
169 before,’ said Alice,) and round the neck of the bottle was a paper
288 tears, until there was a large pool all round her, about four inches
441 Mouse heard this, it turned round and swam slowly back to her: its
476 is the driest thing I know. Silence all round, if you please! “William
538 round it, panting, and asking, ‘But who has won?’
549 and the whole party at once crowded round her, calling out in a confused
554 not got into it), and handed them round as prizes. There was exactly one
555 a-piece all round.
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h312 UINT8 round; /* authentication stage 1 round for passkey association model */ member
490 extern UINT8 smp_calculate_random_input(UINT8 *random, UINT8 round);
/hal_espressif-3.6.0/components/heap/
Dheap_tlsf.c168 const size_t round = (1 << (tlsf_fls(size) - SL_INDEX_COUNT_LOG2)) - 1; in mapping_search() local
169 size += round; in mapping_search()
/hal_espressif-3.6.0/examples/protocols/https_request/
DREADME.md10 …e TLS server to resume a session. In TLS 1.2, this speeds up handshakes from two to one round-trip.
/hal_espressif-3.6.0/examples/protocols/icmp_echo/
DREADME.md5 … to test if a remote host is reachable on the IP network. It measures the round-trip time for mess…
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Dicmp_echo.rst9 …an ICMP echo reply with specific times. In this way, it also measures the round-trip time for the …
Desp_http_server.rst10 …, and a control socket (UDP) for control signals, which are selected in a round robin fashion in t…
/hal_espressif-3.6.0/examples/peripherals/rmt/step_motor/components/step_motor/src/
Dstep_motor_rmt.c66 return (uint16_t) round(1.0 * 1000 * 1000 / speed); in helper_speed_to_duration()
/hal_espressif-3.6.0/docs/en/api-guides/
Dfreertos-smp.rst142 …lly switch execution between ready state tasks of the same priority (in a round robin fashion). Ti…
178 … ready tasks, the scheduler will switch between those tasks periodically in a round robin fashion.
258 - To achieve ideal round robin time slicing, users should ensure that all tasks of a particular pri…
Desp-wifi-mesh.rst367 …er multiple failed attempts, the second layer nodes will initialize a new round of root node elect…
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dspi_slave_hd.rst72 …dle the finished data descriptor. For example, you may want to know which round it is for the retu…
/hal_espressif-3.6.0/
D.pylintrc112 round-builtin,