Ye Li | 185af30 | 2023-06-15 18:09:23 +0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Copyright 2020 NXP | ||||
4 | */ | ||||
5 | |||||
6 | #ifndef __IMX_AHAB_H__ | ||||
7 | #define __IMX_AHAB_H__ | ||||
8 | |||||
Sean Anderson | 952ed67 | 2023-10-14 16:47:44 -0400 | [diff] [blame] | 9 | #include <imx_container.h> |
Ye Li | 185af30 | 2023-06-15 18:09:23 +0800 | [diff] [blame] | 10 | |
11 | int ahab_auth_cntr_hdr(struct container_hdr *container, u16 length); | ||||
12 | int ahab_auth_release(void); | ||||
13 | int ahab_verify_cntr_image(struct boot_img_t *img, int image_index); | ||||
14 | |||||
15 | #endif |