Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/bl1/bl1_2/
Dmain.c119 struct bl1_2_image_t *image_to_decrypt; in copy_and_decrypt_image() local
131 image_to_decrypt = (struct bl1_2_image_t *)(FLASH_BASE_ADDRESS + in copy_and_decrypt_image()
138 image_to_decrypt, in copy_and_decrypt_image()
146 image_to_decrypt = (struct bl1_2_image_t *)BL2_IMAGE_START; in copy_and_decrypt_image()
153 if (image_to_decrypt->protected_values.security_counter >= 1024) { in copy_and_decrypt_image()
159 (uint8_t *)&image_to_decrypt->protected_values.security_counter, in copy_and_decrypt_image()
160 sizeof(image_to_decrypt->protected_values.security_counter), in copy_and_decrypt_image()
168 (uint8_t *)&image_to_decrypt->protected_values.encrypted_data, in copy_and_decrypt_image()