Searched refs:check_integrity (Results 1 – 6 of 6) sorted by relevance
| /trusted-firmware-a/include/drivers/auth/ |
| A D | img_parser_mod.h | 38 int (*check_integrity)(void *img, unsigned int img_len); member 60 .check_integrity = _check_int, \
|
| /trusted-firmware-a/drivers/nxp/auth/csf_hdr_parser/ |
| A D | plat_img_parser.c | 80 static int check_integrity(void *img, unsigned int img_len) in check_integrity() function 180 check_integrity, get_auth_param);
|
| /trusted-firmware-a/drivers/auth/ |
| A D | img_parser_mod.c | 29 assert(desc->check_integrity != NULL); in validate_desc() 84 return parser_lib_descs[idx].check_integrity(img_ptr, img_len); in img_parser_check_integrity()
|
| /trusted-firmware-a/drivers/auth/mbedtls/ |
| A D | mbedtls_x509_parser.c | 409 static int check_integrity(void *img, unsigned int img_len) in check_integrity() function 478 check_integrity, get_auth_param);
|
| /trusted-firmware-a/docs/design/ |
| A D | auth-framework.rst | 404 int check_integrity(void *img, unsigned int img_len); 423 The ``check_integrity()`` function is passed a pointer to the memory where the 917 int check_integrity(void *img, unsigned int img_len);
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/ |
| A D | auth-framework.rst.txt | 404 int check_integrity(void *img, unsigned int img_len); 423 The ``check_integrity()`` function is passed a pointer to the memory where the 917 int check_integrity(void *img, unsigned int img_len);
|
Completed in 17 milliseconds