/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | des-internal.c | 320 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/ |
D | ecc.h | 329 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/ |
D | ecc.h | 329 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/ |
D | ecc.c | 156 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/ |
D | ecc.c | 156 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/ |
D | csv_table_parser.py | 125 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/ |
D | Kconfig.memory | 14 … 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/ |
D | Kconfig.memory | 14 … 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/ |
D | Kconfig.memory | 17 … 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/ |
D | efuse_table_gen.py | 153 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/ |
D | tjpgd.h | 58 WORD left, right, top, bottom; member
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | tjpgd.h | 63 WORD left, right, top, bottom; member
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | tjpgd.h | 58 WORD left, right, top, bottom; member
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | tjpgd.h | 58 WORD left, right, top, bottom; member
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | firmware-image-format.rst | 117 Individual segments come right after this header. 124 …The 16-byte long extended header comes right after the image header, individual segments come righ…
|
D | serial-protocol.rst | 481 …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/ |
D | execute-scripts-cmd.rst | 103 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/ |
D | flashing-firmware.rst | 40 …d framework. The detailed esptool command will be displayed in the output right before the flashin…
|
/hal_espressif-latest/tools/esptool_py/ |
D | CHANGELOG.md | 134 - fixed exit() to be used from right module
|
D | LICENSE | 126 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/ |
D | COPYING.NEWLIB | 99 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
|