Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/drivers/auth/
A Dimg_parser_mod.h38 int (*check_integrity)(void *img, unsigned int img_len); member
60 .check_integrity = _check_int, \
/arm-trusted-firmware-2.8.0/drivers/nxp/auth/csf_hdr_parser/
A Dplat_img_parser.c80 static int check_integrity(void *img, unsigned int img_len) in check_integrity() function
180 check_integrity, get_auth_param);
/arm-trusted-firmware-2.8.0/drivers/auth/
A 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()
/arm-trusted-firmware-2.8.0/drivers/auth/mbedtls/
A Dmbedtls_x509_parser.c409 static int check_integrity(void *img, unsigned int img_len) in check_integrity() function
478 check_integrity, get_auth_param);
/arm-trusted-firmware-2.8.0/docs/design/
A Dauth-framework.rst404 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 8 milliseconds