Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/ext/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.c815 const unsigned int *native) in uECC_vli_nativeToBytes() argument
820 bytes[i] = native[b / uECC_WORD_SIZE] >> (8 * (b % uECC_WORD_SIZE)); in uECC_vli_nativeToBytes()
825 void uECC_vli_bytesToNative(unsigned int *native, const uint8_t *bytes, in uECC_vli_bytesToNative() argument
829 uECC_vli_clear(native, (num_bytes + (uECC_WORD_SIZE - 1)) / uECC_WORD_SIZE); in uECC_vli_bytesToNative()
832 native[b / uECC_WORD_SIZE] |= in uECC_vli_bytesToNative()
/hal_espressif-latest/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-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Decc.h530 const unsigned int *native);
538 void uECC_vli_bytesToNative(unsigned int *native, const uint8_t *bytes,
/hal_espressif-latest/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-latest/tools/esptool_py/docs/en/esptool/
Dbasic-options.rst34 this environment uses a native Windows Python which accepts COM ports as-is.)
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md232 - **flasher_stub**: Increase CPU frequency and write/read speeds over native USB (USB-OTG)
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst246 functions to convert between the native integer representation and the