Home
last modified time | relevance | path

Searched refs:native (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc_dsa.c66 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()
Decc.c814 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/
Dthread-local-storage.rst11 - :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.
Dbuild-system-legacy.rst178 - ``HOSTCC``, ``HOSTLD``, ``HOSTAR``: Full names of each tool from the host native toolchain.
Dbuild-system.rst1577 - ``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/
DuECC.c939 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 …]
DuECC_vli.h134 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/
Decc.h530 const unsigned int *native);
538 void uECC_vli_bytesToNative(unsigned int *native, const uint8_t *bytes,
/hal_espressif-3.5.0/components/openthread/
DKconfig20 Select this to use the native 15.4 radio.
/hal_espressif-3.5.0/examples/protocols/mqtt/ssl/
DREADME.md23 …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/
DREADME.md24 …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/
Dbasic-options.rst34 this environment uses a native Windows Python which accepts COM ports as-is.)
/hal_espressif-3.5.0/docs/en/api-reference/protocols/
Desp_websocket_client.rst69 …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/
DREADME.md15 - 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/
DREADME.md49 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/
Dwindows-setup-scratch.rst25 …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/
DREADME.md111 …-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/
Dprovisioning.rst11 …ation and ability to parse the data in multiple programming languages in native format. Please not…