Home
last modified time | relevance | path

Searched refs:boot_enc_set_key (Results 1 – 3 of 3) sorted by relevance

/mcuboot-2.7.6/boot/bootutil/include/bootutil/
Denc_key.h56 int boot_enc_set_key(struct enc_key_data *enc_state, uint8_t slot,
/mcuboot-2.7.6/boot/bootutil/src/
Dloader.c499 if (rc == 0 && boot_enc_set_key(BOOT_CURR_ENC(state), 1, bs)) { in boot_image_check()
1085 if (rc == 0 && boot_enc_set_key(BOOT_CURR_ENC(state), 1, bs)) { in boot_copy_image()
1197 rc = boot_enc_set_key(BOOT_CURR_ENC(state), 0, bs); in boot_swap_image()
1221 rc = boot_enc_set_key(BOOT_CURR_ENC(state), 1, bs); in boot_swap_image()
1258 boot_enc_set_key(BOOT_CURR_ENC(state), slot, bs); in boot_swap_image()
Dencrypted.c415 boot_enc_set_key(struct enc_key_data *enc_state, uint8_t slot, in boot_enc_set_key() function