Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Ddes-internal.c320 u32 work, right, leftt; in desfunc() local
324 right = block[1]; in desfunc()
326 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; in desfunc()
327 right ^= work; in desfunc()
330 work = ((leftt >> 16) ^ right) & 0x0000ffffL; in desfunc()
331 right ^= work; in desfunc()
334 work = ((right >> 2) ^ leftt) & 0x33333333L; in desfunc()
336 right ^= (work << 2); in desfunc()
338 work = ((right >> 8) ^ leftt) & 0x00ff00ffL; in desfunc()
340 right ^= (work << 8); in desfunc()
[all …]
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Decc.h329 cmpresult_t uECC_vli_cmp(const uECC_word_t *left, const uECC_word_t *right,
340 cmpresult_t uECC_vli_cmp_unsafe(const uECC_word_t *left, const uECC_word_t *right,
354 const uECC_word_t *right, const uECC_word_t *mod,
409 const uECC_word_t *right, uECC_Curve curve);
421 const uECC_word_t *right, wordcount_t num_words);
430 uECC_word_t uECC_vli_equal(const uECC_word_t *left, const uECC_word_t *right,
442 const uECC_word_t *right, const uECC_word_t *mod,
477 const uECC_word_t *right, const uECC_word_t *mod,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Decc.h329 cmpresult_t uECC_vli_cmp(const uECC_word_t *left, const uECC_word_t *right,
340 cmpresult_t uECC_vli_cmp_unsafe(const uECC_word_t *left, const uECC_word_t *right,
354 const uECC_word_t *right, const uECC_word_t *mod,
409 const uECC_word_t *right, uECC_Curve curve);
421 const uECC_word_t *right, wordcount_t num_words);
430 uECC_word_t uECC_vli_equal(const uECC_word_t *left, const uECC_word_t *right,
442 const uECC_word_t *right, const uECC_word_t *mod,
477 const uECC_word_t *right, const uECC_word_t *mod,
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Decc.c156 const uECC_word_t *right, in uECC_vli_cmp_unsafe() argument
162 if (left[i] > right[i]) { in uECC_vli_cmp_unsafe()
164 } else if (left[i] < right[i]) { in uECC_vli_cmp_unsafe()
171 uECC_word_t uECC_vli_equal(const uECC_word_t *left, const uECC_word_t *right, in uECC_vli_equal() argument
179 diff |= (left[i] ^ right[i]); in uECC_vli_equal()
192 const uECC_word_t *right, wordcount_t num_words) in uECC_vli_sub() argument
197 uECC_word_t diff = left[i] - right[i] - borrow; in uECC_vli_sub()
209 const uECC_word_t *right, wordcount_t num_words) in uECC_vli_add() argument
214 uECC_word_t sum = left[i] + right[i] + carry; in uECC_vli_add()
222 cmpresult_t uECC_vli_cmp(const uECC_word_t *left, const uECC_word_t *right, in uECC_vli_cmp() argument
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc.c156 const uECC_word_t *right, in uECC_vli_cmp_unsafe() argument
162 if (left[i] > right[i]) { in uECC_vli_cmp_unsafe()
164 } else if (left[i] < right[i]) { in uECC_vli_cmp_unsafe()
171 uECC_word_t uECC_vli_equal(const uECC_word_t *left, const uECC_word_t *right, in uECC_vli_equal() argument
179 diff |= (left[i] ^ right[i]); in uECC_vli_equal()
192 const uECC_word_t *right, wordcount_t num_words) in uECC_vli_sub() argument
197 uECC_word_t diff = left[i] - right[i] - borrow; in uECC_vli_sub()
209 const uECC_word_t *right, wordcount_t num_words) in uECC_vli_add() argument
214 uECC_word_t sum = left[i] + right[i] + carry; in uECC_vli_add()
222 cmpresult_t uECC_vli_cmp(const uECC_word_t *left, const uECC_word_t *right, in uECC_vli_cmp() argument
[all …]
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/
Dcsv_table_parser.py125 right = n.bit_start + n.bit_count - 1
128 if left <= start <= right:
129 if left <= end <= right:
132 if left <= end <= right:
134 if start <= left and right <= end:
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
DKconfig.memory14 … If this option is disabled, the DRAM part of the heap starts right after the .bss section,
18 … If this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DKconfig.memory14 … If this option is disabled, the DRAM part of the heap starts right after the .bss section,
18 … If this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,
/hal_espressif-latest/components/esp_system/port/soc/esp32/
DKconfig.memory17 … If this option is disabled, the DRAM part of the heap starts right after the .bss section,
21 … If this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,
/hal_espressif-latest/components/efuse/
Defuse_table_gen.py153 right = n.bit_start + n.bit_count - 1
156 if left <= start <= right:
157 if left <= end <= right:
160 if left <= end <= right:
162 if start <= left and right <= end:
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dtjpgd.h58 WORD left, right, top, bottom; member
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dtjpgd.h63 WORD left, right, top, bottom; member
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dtjpgd.h58 WORD left, right, top, bottom; member
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dtjpgd.h58 WORD left, right, top, bottom; member
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dfirmware-image-format.rst117 Individual segments come right after this header.
124 …The 16-byte long extended header comes right after the image header, individual segments come righ…
Dserial-protocol.rst481 …split display is used with hexadecimal bytes on the left and ASCII on the right. Non-printable cha…
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dexecute-scripts-cmd.rst103 The example of a script to burn custom_mac address that generated right in the script.
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflashing-firmware.rst40 …d framework. The detailed esptool command will be displayed in the output right before the flashin…
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md134 - fixed exit() to be used from right module
DLICENSE126 exercise the right to control the distribution of derivative or
216 patents or other property right claims or to contest validity of any
/hal_espressif-latest/components/newlib/
DCOPYING.NEWLIB99 specifically grants the user the right to modify, use and distribute this
206 grants the user the right to modify, use and distribute this software