/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc_dsa.c | 66 static void bits2int(uECC_word_t *native, const uint8_t *bits, in bits2int() argument 79 uECC_vli_clear(native, num_n_words); in bits2int() 80 uECC_vli_bytesToNative(native, bits, bits_size); in bits2int() 86 ptr = native + num_n_words; in bits2int() 87 while (ptr-- > native) { in bits2int() 94 if (uECC_vli_cmp_unsafe(curve->n, native, num_n_words) != 1) { in bits2int() 95 uECC_vli_sub(native, native, curve->n, num_n_words); in bits2int()
|
D | ecc.c | 814 const unsigned int *native) in uECC_vli_nativeToBytes() argument 819 bytes[i] = native[b / uECC_WORD_SIZE] >> (8 * (b % uECC_WORD_SIZE)); in uECC_vli_nativeToBytes() 824 void uECC_vli_bytesToNative(unsigned int *native, const uint8_t *bytes, in uECC_vli_bytesToNative() argument 828 uECC_vli_clear(native, (num_bytes + (uECC_WORD_SIZE - 1)) / uECC_WORD_SIZE); in uECC_vli_bytesToNative() 831 native[b / uECC_WORD_SIZE] |= in uECC_vli_bytesToNative()
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | thread-local-storage.rst | 11 - :ref:`freertos-native`: ESP-IDF FreeRTOS native API. 15 .. _freertos-native: 51 … the dynamic nature this API introduces additional performance overhead compared to the native one.
|
D | build-system-legacy.rst | 178 - ``HOSTCC``, ``HOSTLD``, ``HOSTAR``: Full names of each tool from the host native toolchain.
|
D | build-system.rst | 1577 - ``HOSTCC``, ``HOSTLD``, ``HOSTAR``: Full names of each tool from the host native toolchain. These…
|
/hal_espressif-3.5.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/ |
D | uECC.c | 939 const uint8_t *native) { in uECC_vli_nativeToBytes() argument 942 bytes[i] = native[(num_bytes - 1) - i]; in uECC_vli_nativeToBytes() 946 uECC_VLI_API void uECC_vli_bytesToNative(uint8_t *native, in uECC_vli_bytesToNative() argument 949 uECC_vli_nativeToBytes(native, num_bytes, bytes); in uECC_vli_bytesToNative() 956 const uECC_word_t *native) { in uECC_vli_nativeToBytes() argument 960 bytes[i] = native[b / uECC_WORD_SIZE] >> (8 * (b % uECC_WORD_SIZE)); in uECC_vli_nativeToBytes() 964 uECC_VLI_API void uECC_vli_bytesToNative(uECC_word_t *native, in uECC_vli_bytesToNative() argument 968 uECC_vli_clear(native, (num_bytes + (uECC_WORD_SIZE - 1)) / uECC_WORD_SIZE); in uECC_vli_bytesToNative() 971 native[b / uECC_WORD_SIZE] |= in uECC_vli_bytesToNative() 1194 static void bits2int(uECC_word_t *native, in bits2int() argument [all …]
|
D | uECC_vli.h | 134 void uECC_vli_nativeToBytes(uint8_t *bytes, int num_bytes, const uECC_word_t *native); 136 void uECC_vli_bytesToNative(uECC_word_t *native, const uint8_t *bytes, int num_bytes);
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | ecc.h | 530 const unsigned int *native); 538 void uECC_vli_bytesToNative(unsigned int *native, const uint8_t *bytes,
|
/hal_espressif-3.5.0/components/openthread/ |
D | Kconfig | 20 Select this to use the native 15.4 radio.
|
/hal_espressif-3.5.0/examples/protocols/mqtt/ssl/ |
D | README.md | 23 …o a file (Note for Windows users: Both Linux like environment or Windows native packages may be us…
|
/hal_espressif-3.5.0/examples/protocols/mqtt/wss/ |
D | README.md | 24 …o a file (Note for Windows users: Both Linux like environment or Windows native packages may be us…
|
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/esptool/ |
D | basic-options.rst | 34 this environment uses a native Windows Python which accepts COM ports as-is.)
|
/hal_espressif-3.5.0/docs/en/api-reference/protocols/ |
D | esp_websocket_client.rst | 69 …o a file (Note for Windows users: Both Linux like environment or Windows native packages may be us…
|
/hal_espressif-3.5.0/examples/system/ota/ |
D | README.md | 15 - Using the native APIs provided by the [`app_update`](../../../components/app_update) component. 18 Use of the native API is demonstrated in the `native_ota_example` directory while the API provided …
|
/hal_espressif-3.5.0/examples/peripherals/sdio/ |
D | README.md | 49 and uses native pins, there's no way to configure it to other pins through
|
/hal_espressif-3.5.0/docs/en/get-started-legacy/ |
D | windows-setup-scratch.rst | 25 …ll Windows API calls. We need the "MinGW" environment in order to have a native Python which suppo…
|
/hal_espressif-3.5.0/examples/protocols/http_server/restful_server/ |
D | README.md | 111 …-home`. If your OS supports NetBIOS and has enabled it (e.g. Windows has native support for NetBIO…
|
/hal_espressif-3.5.0/docs/en/api-reference/provisioning/ |
D | provisioning.rst | 11 …ation and ability to parse the data in multiple programming languages in native format. Please not…
|