/hal_espressif-3.6.0/components/mbedtls/port/sha/parallel_engine/ |
D | esp_sha512.c | 271 uint64_t A, B, C, D, E, F, G, H; in mbedtls_sha512_software_process() local 306 F = ctx->state[5]; in mbedtls_sha512_software_process() 312 P( A, B, C, D, E, F, G, H, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 313 P( H, A, B, C, D, E, F, G, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 314 P( G, H, A, B, C, D, E, F, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 315 P( F, G, H, A, B, C, D, E, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 316 P( E, F, G, H, A, B, C, D, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 317 P( D, E, F, G, H, A, B, C, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 318 P( C, D, E, F, G, H, A, B, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 319 P( B, C, D, E, F, G, H, A, W[i], K[i] ); i++; in mbedtls_sha512_software_process() [all …]
|
D | esp_sha1.c | 210 e += S(a,5) + F(b,c,d) + K + x; b = S(b,30); \ in mbedtls_sha1_software_process() 219 #define F(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_sha1_software_process() macro 244 #undef F in mbedtls_sha1_software_process() 246 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_software_process() macro 271 #undef F in mbedtls_sha1_software_process() 273 #define F(x,y,z) ((x & y) | (z & (x | y))) in mbedtls_sha1_software_process() macro 298 #undef F in mbedtls_sha1_software_process() 300 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_software_process() macro 325 #undef F in mbedtls_sha1_software_process()
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | esp-wifi-mesh.rst | 134 …子节点)。因此,中间父节点可以发送和接收自己的数据包,也可以转发其上行和下行连接的数据包。如上图所示,节点 B 到 J 即为中间父节点。 **注意,E/F/G/I/J 等没有下行连接的中间父节点并… 184 **上图(A 侧)** 展示了空闲节点 G 如何在 B/C/D/E/F 五个候选父节点中选择首选父节点:首先,B/C 节点优于 D/E/F 节点,因为这两个节点所处的层级更浅。其次,C 节点优于 B… 203 以上图为例,节点 B 的路由表中将包含节点 B 到节点 I 的 MAC 地址(即相当于节点 B 的子网)。节点 B 的路由表可划分为节点 C 和 G 的子路由表,分别包含节点 C 到节点 F 的 M… 247 …据网络的最大允许层级,空闲节点成为中间父节点或叶子节点。此后重复该步骤,直到网络中的所有空闲节点均加入网络或达到网络最大允许层级。如上图所示,节点 E/F/G 分别与节点 B/C/D 连接,并成为… 277 **4.** 节点 F 和节点 G 分别连接节点 D 和节点 E,并完成网络构建过程。 301 **3.** 类似地,节点 B 和节点 E 将与节点 C 连接,节点 F 将与节点 D 连接。这三个节点将形成网络的第三层。 335 **1.** 节点 A/C/D/F/G/H 同步上电,并通过广播其 MAC 地址和路由器 RSSI 开始选举根节点。节点 A 的 RSSI 最强,因此当选为根节点。 405 **2.** 节点 C 断开。节点 F/G 检测到节点 C 的断开故障,并尝试与节点 C 重新连接。在多次重连尝试失败后,节点 F/G 将开始选择新的首选父节点。 407 **3.** 节点 G 因其范围内不存在任何父节点而暂时保持空闲。节点 F 的范围中有 B 和 E 两个节点,但节点 B 因为所处层级更浅而当选新的父节点。节点 F 将与节点 B 连接后,并成为一个…
|
/hal_espressif-3.6.0/examples/storage/semihost_vfs/data/ |
D | host_file.txt | 24 2F SOLIDUS AF OVERLINE 40 3F QUESTION MARK BF INVERTED QUESTION MARK 47 46 CAPITAL LETTER F C6 CAPITAL LETTER AE 56 4F CAPITAL LETTER O CF CAPITAL LETTER I WITH DIAERESIS 72 5F LOW LINE DF SMALL LETTER SHARP S (German) 79 66 SMALL LETTER F E6 SMALL LETTER AE 88 6F SMALL LETTER O EF SMALL LETTER I WITH DIAERESIS
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/smp/ |
D | p_256_multprecision.c | 362 DWORD F; in multiprecision_fast_mod_P256() local 387 F = a[9]; in multiprecision_fast_mod_P256() 388 F += a[10]; in multiprecision_fast_mod_P256() 389 UF = (F < a[10]); in multiprecision_fast_mod_P256() 436 c[1] += F; in multiprecision_fast_mod_P256() 437 U += (c[1] < F); in multiprecision_fast_mod_P256() 504 U -= (c[4] < F); in multiprecision_fast_mod_P256() 506 c[4] -= F; in multiprecision_fast_mod_P256()
|
/hal_espressif-3.6.0/tools/mass_mfg/samples/ |
D | sample_values_multipage_blob.csv | 2 1,127,-128,32768,4294967295,-2147483648,0A:0B:0C:0D:0E:0F,010203abcdef,MTIzYWJj,testdata/sample.hex… 4 3,125,-126,32766,4294967293,,00:B3:C4:BD:E2:0F,010203efcdab,MTIzYmJi,testdata/sample.hex,testdata/s…
|
D | sample_values_singlepage_blob.csv | 2 1,127,-128,32768,4294967295,-2147483648,0A:0B:0C:0D:0E:0F,010203abcdef,MTIzYWJj,testdata/sample.hex… 4 3,125,-126,32766,4294967293,,00:B3:C4:BD:E2:0F,010203efcdab,MTIzYmJi,testdata/sample.hex,testdata/s…
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | ecc.h | 182 BYTES_TO_WORDS_8(16, 9E, 0F, 7C, 4A, EB, E7, 8E), 183 BYTES_TO_WORDS_8(9B, 7F, 1A, FE, E2, 42, E3, 4F)
|
/hal_espressif-3.6.0/components/mbedtls/esp_crt_bundle/test_gen_crt_bundle/ |
D | non_ascii_crt.pem | 1 NetLock Arany (Class Gold) Főtanúsítvány
|
/hal_espressif-3.6.0/tools/ldgen/test/data/test_entity/ |
D | parse_test.txt | 14 FreeRTOS-ěščřžýáíé.c.obj: file format elf32-xtensa-le // 'F' should not get included in match f…
|
/hal_espressif-3.6.0/components/nvs_flash/nvs_partition_generator/ |
D | sample_multipage_blob.csv | 9 dummyStringKey,data,string,0A:0B:0C:0D:0E:0F
|
D | sample_singlepage_blob.csv | 9 dummyStringKey,data,string,0A:0B:0C:0D:0E:0F
|
/hal_espressif-3.6.0/docs/_static/diagrams/twai/ |
D | state_transition.diag | 21 bus_off -> uninstalled [folded, thick, fontsize = 14, label = "F"];
|
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/ |
D | curve-specific.inc | 143 { BYTES_TO_WORDS_8(FF, FF, FF, 7F, FF, FF, FF, FF), 157 BYTES_TO_WORDS_8(9F, F8, AC, 65, 8B, 7A, BD, 54), 302 BYTES_TO_WORDS_8(49, 30, 24, 72, AB, E9, A7, 0F), 428 BYTES_TO_WORDS_8(B9, 90, 13, 32, 7F, BF, B4, 6B), 755 BYTES_TO_WORDS_8(16, 9E, 0F, 7C, 4A, EB, E7, 8E), 756 BYTES_TO_WORDS_8(9B, 7F, 1A, FE, E2, 42, E3, 4F) }, 1075 { BYTES_TO_WORDS_8(2F, FC, FF, FF, FE, FF, FF, FF), 1088 BYTES_TO_WORDS_8(B8, D4, 10, FB, 8F, D0, 47, 9C),
|
/hal_espressif-3.6.0/components/heap/ |
D | Kconfig | 42 default F
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | esp-wifi-mesh.rst | 134 … **Intermediate parent nodes without downstream connections such as nodes E/F/G/I/J are not equiva… 184 …s B/C/D/E/F. Nodes on the shallowest layer are preferred, hence nodes B/C are prioritized since th… 203 …table is internally partitioned into two subtables containing of nodes C to F and nodes G to I (i.… 247 …yer of the network has been reached. Referring to the figure above, nodes E/F/G connect with nodes… 277 **4.** Node F and G connect with nodes D and E respectively and the network building process is com… 301 **3.** Likewise, nodes B/E connect with node C, and node F connects with node D. Nodes B/E/F form t… 335 **1.** Nodes A/C/D/F/G/H are powered-on synchronously and begin the root node election process by b… 405 …reaks down. Nodes F/G detect the break down and attempt to reconnect with node C. After multiple f… 407 …F is in range of nodes B/E, however node B is selected as it is the shallower node. Node F becomes…
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/ |
D | light_driver.c | 164 uint16_t F = 100 * hue / 60 - 100 * hi; in light_driver_hsv2rgb() local 166 uint16_t Q = value * (10000 - F * saturation) / 10000; in light_driver_hsv2rgb() 167 uint16_t T = value * (10000 - saturation * (100 - F)) / 10000; in light_driver_hsv2rgb()
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/ |
D | remote-serial-ports.rst | 46 stty -F /dev/ttyUSB1 230400 # set baud rate
|
/hal_espressif-3.6.0/examples/network/simple_sniffer/ |
D | README.md | 58 > sniffer [-i <wlan|eth0|eth1|...>] [-F <mgmt|data|ctrl|misc|mpdu|ampdu|fcsfail>]... [-c <channel>… 61 > -F, --filter=<mgmt|data|ctrl|misc|mpdu|ampdu|fcsfail> filter parameters 70 * `-F`: Specify the filter condition at `wlan` interface, currently only support following filter c…
|
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/ |
D | input_packets.txt | 34 …p.local. TXT IN FLUSH 4500 [166] waMA=98-01-A7-E5-8F-A1,raMA=98-01-A7-E8-C2-2E,raM2=98-01-A7-E8-C2…
|
/hal_espressif-3.6.0/components/espcoredump/ |
D | Kconfig | 63 default F
|
/hal_espressif-3.6.0/examples/wifi/wifi_enterprise/main/ |
D | server.pem | 42 keyid:76:B2:FB:9A:70:28:B6:2C:92:26:99:2F:D3:BE:95:F4:52:3C:DE:76
|
D | client.crt | 42 keyid:76:B2:FB:9A:70:28:B6:2C:92:26:99:2F:D3:BE:95:F4:52:3C:DE:76
|
D | client.pem | 42 keyid:76:B2:FB:9A:70:28:B6:2C:92:26:99:2F:D3:BE:95:F4:52:3C:DE:76
|
D | server.crt | 42 keyid:76:B2:FB:9A:70:28:B6:2C:92:26:99:2F:D3:BE:95:F4:52:3C:DE:76
|