Home
last modified time | relevance | path

Searched defs:enc_state (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dencrypted.c355 boot_enc_init(struct enc_key_data *enc_state, uint8_t slot) in boot_enc_init()
362 boot_enc_drop(struct enc_key_data *enc_state, uint8_t slot) in boot_enc_drop()
370 boot_enc_set_key(struct enc_key_data *enc_state, uint8_t slot, in boot_enc_set_key()
643 struct enc_key_data *enc_state = BOOT_CURR_ENC(state); in boot_enc_load() local
698 boot_enc_valid(struct enc_key_data *enc_state, int slot) in boot_enc_valid()
704 boot_enc_encrypt(struct enc_key_data *enc_state, int slot, uint32_t off, in boot_enc_encrypt()
727 boot_enc_decrypt(struct enc_key_data *enc_state, int slot, uint32_t off, in boot_enc_decrypt()
753 boot_enc_zeroize(struct enc_key_data *enc_state) in boot_enc_zeroize()
Dimage_validate.c88 struct enc_key_data *enc_state; in bootutil_img_hash() local