Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/drivers/auth/
Dimg_parser_mod.h38 int (*check_integrity)(void *img, unsigned int img_len); member
60 .check_integrity = _check_int, \
/trusted-firmware-a-latest/drivers/nxp/auth/csf_hdr_parser/
Dplat_img_parser.c80 static int check_integrity(void *img, unsigned int img_len) in check_integrity() function
180 check_integrity, get_auth_param);
/trusted-firmware-a-latest/drivers/auth/
Dimg_parser_mod.c29 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-latest/drivers/auth/mbedtls/
Dmbedtls_x509_parser.c439 static int check_integrity(void *img, unsigned int img_len) in check_integrity() function
508 check_integrity, get_auth_param);
/trusted-firmware-a-latest/docs/design/
Dauth-framework.rst442 int check_integrity(void *img, unsigned int img_len);
461 The ``check_integrity()`` function is passed a pointer to the memory where the
955 int check_integrity(void *img, unsigned int img_len);