Home
last modified time | relevance | path

Searched defs:data_length (Results 1 – 4 of 4) sorted by relevance

/mcuboot-3.6.0/boot/bootutil/include/bootutil/crypto/
Dhmac_sha256.h66 …l_hmac_sha256_update(bootutil_hmac_sha256_context *ctx, const void *data, unsigned int data_length) in bootutil_hmac_sha256_update()
115 …l_hmac_sha256_update(bootutil_hmac_sha256_context *ctx, const void *data, unsigned int data_length) in bootutil_hmac_sha256_update()
/mcuboot-3.6.0/ext/tinycrypt/lib/source/
Dhmac.c112 unsigned int data_length) in tc_hmac_update()
Dcmac_mode.c157 int tc_cmac_update(TCCmacState_t s, const uint8_t *data, size_t data_length) in tc_cmac_update()
/mcuboot-3.6.0/boot/espressif/hal/src/
Dflash_encrypt.c448 esp_err_t esp_flash_encrypt_region(uint32_t src_addr, size_t data_length) in esp_flash_encrypt_region()