Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/drivers/auth/
Dimg_parser_mod.h38 int (*check_integrity)(void *img, unsigned int img_len); member
60 .check_integrity = _check_int, \
/external/arm-trusted-firmware/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()
/external/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_x509_parser.c409 static int check_integrity(void *img, unsigned int img_len) in check_integrity() function
478 check_integrity, get_auth_param);
/external/arm-trusted-firmware/docs/design/
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);