Searched defs:enc_state (Results 1 – 2 of 2) sorted by relevance
/mcuboot-3.6.0/boot/bootutil/src/ |
D | encrypted.c | 337 boot_enc_init(struct enc_key_data *enc_state, uint8_t slot) in boot_enc_init() 344 boot_enc_drop(struct enc_key_data *enc_state, uint8_t slot) in boot_enc_drop() 351 boot_enc_set_key(struct enc_key_data *enc_state, uint8_t slot, in boot_enc_set_key() 607 boot_enc_load(struct enc_key_data *enc_state, int image_index, in boot_enc_load() 664 boot_enc_valid(struct enc_key_data *enc_state, int image_index, in boot_enc_valid() 680 boot_encrypt(struct enc_key_data *enc_state, int image_index, in boot_encrypt() 716 boot_enc_zeroize(struct enc_key_data *enc_state) in boot_enc_zeroize()
|
D | image_validate.c | 65 bootutil_img_hash(struct enc_key_data *enc_state, int image_index, in bootutil_img_hash() 336 bootutil_img_validate(struct enc_key_data *enc_state, int image_index, in bootutil_img_validate()
|