Searched refs:boot_enc_set_key (Results 1 – 5 of 5) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | enc_key.h | 68 int boot_enc_set_key(struct enc_key_data *enc_state, uint8_t slot,
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial_encryption.c | 49 rc = boot_enc_set_key(BOOT_CURR_ENC(state), 1, bs); in boot_image_validate_encrypted() 260 if (rc == 0 && boot_enc_set_key(BOOT_CURR_ENC(state), 0, bs)) { in decrypt_image_inplace()
|
/mcuboot-latest/boot/bootutil/src/ |
D | ram_load.c | 162 if (rc == 0 && boot_enc_set_key(BOOT_CURR_ENC(state), slot, &bs)) { in boot_decrypt_and_copy_image_to_sram()
|
D | loader.c | 808 if (rc == 0 && boot_enc_set_key(BOOT_CURR_ENC(state), 1, bs)) { in boot_image_check() 1557 if (rc == 0 && boot_enc_set_key(BOOT_CURR_ENC(state), 1, bs)) { 1686 rc = boot_enc_set_key(BOOT_CURR_ENC(state), 0, bs); 1714 rc = boot_enc_set_key(BOOT_CURR_ENC(state), 1, bs); 1756 boot_enc_set_key(BOOT_CURR_ENC(state), slot, bs);
|
D | encrypted.c | 370 boot_enc_set_key(struct enc_key_data *enc_state, uint8_t slot, in boot_enc_set_key() function
|