Home
last modified time | relevance | path

Searched defs:blk_off (Results 1 – 7 of 7) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Daes_ctr.h64 …es_ctr_context *ctx, uint8_t *counter, const uint8_t *m, uint32_t mlen, size_t blk_off, uint8_t *c) in bootutil_aes_ctr_encrypt()
70 …es_ctr_context *ctx, uint8_t *counter, const uint8_t *c, uint32_t clen, size_t blk_off, uint8_t *m) in bootutil_aes_ctr_decrypt()
99 …_context *ctx, uint8_t *counter, const uint8_t *in, uint32_t inlen, uint32_t blk_off, uint8_t *out) in _bootutil_aes_ctr_crypt()
109 …_ctr_context *ctx, uint8_t *counter, const uint8_t *m, uint32_t mlen, uint32_t blk_off, uint8_t *c) in bootutil_aes_ctr_encrypt()
114 …_ctr_context *ctx, uint8_t *counter, const uint8_t *c, uint32_t clen, uint32_t blk_off, uint8_t *m) in bootutil_aes_ctr_decrypt()
/mcuboot-latest/ext/tinycrypt/lib/source/
Dctr_mode.c38 unsigned int inlen, uint8_t *ctr, uint32_t *blk_off, in tc_ctr_mode()
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c137 size_t blk_off; in decrypt_region_inplace() local
/mcuboot-latest/boot/bootutil/src/
Dram_load.c130 uint32_t blk_off; in boot_decrypt_and_copy_image_to_sram() local
Dencrypted.c705 uint32_t sz, uint32_t blk_off, uint8_t *buf) in boot_enc_encrypt()
728 uint32_t sz, uint32_t blk_off, uint8_t *buf) in boot_enc_decrypt()
Dimage_validate.c80 uint32_t blk_off; in bootutil_img_hash() local
Dloader.c1336 size_t blk_off; local