Home
last modified time | relevance | path

Searched defs:num_bytes (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.4.0/components/usb/include/usb/
Dusb_helpers.h166 static inline int usb_round_up_to_mps(int num_bytes, int mps) in usb_round_up_to_mps()
Dusb_types_stack.h85 …int num_bytes; /**< Number of bytes to transmit/receive in the pa… member
128 int num_bytes; /**< Number of bytes to transfer. member
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c59 int num_bytes, offset; in crypto_bignum_to_bin() local
227 int num_bytes, offset; in crypto_bignum_to_string() local
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc_dh.c157 wordcount_t num_bytes = curve->num_bytes; in uECC_shared_secret() local
Decc.c813 void uECC_vli_nativeToBytes(uint8_t *bytes, int num_bytes, in uECC_vli_nativeToBytes()
825 int num_bytes) in uECC_vli_bytesToNative()
/hal_espressif-3.4.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
DuECC.c141 wordcount_t num_bytes; member
163 unsigned num_bytes) { in bcopy()
938 int num_bytes, in uECC_vli_nativeToBytes()
948 int num_bytes) { in uECC_vli_bytesToNative()
955 int num_bytes, in uECC_vli_nativeToBytes()
966 int num_bytes) { in uECC_vli_bytesToNative()
1046 wordcount_t num_bytes = curve->num_bytes; in uECC_shared_secret() local
1385 wordcount_t num_bytes = curve->num_bytes; in uECC_sign_deterministic() local
/hal_espressif-3.4.0/components/usb/private_include/
Dusb_private.h25 int num_bytes; member
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Decc.h114 wordcount_t num_bytes; member
/hal_espressif-3.4.0/components/esptool_py/esptool/esptool/
Dloader.py1338 def read_status(self, num_bytes=2): argument
1356 def write_status(self, new_status, num_bytes=2, set_non_volatile=False): argument
/hal_espressif-3.4.0/components/driver/test/
Dtest_spi_master.c132 static int spi_test(spi_device_handle_t handle, int num_bytes) in spi_test()