Home
last modified time | relevance | path

Searched refs:cert_parse (Results 1 – 3 of 3) sorted by relevance

/external/trusty/arm-trusted-firmware/docs/security_advisories/
Dsecurity-advisory-tfv-10.rst65 ``cert_parse()`` is assumed to have guaranteed that they will always succeed.
67 functions, whereas ``cert_parse()`` passes the end of the ``TBSCertificate``.
68 Furthermore, ``cert_parse()`` does not check that the contents of the extension
74 parse at different offsets than were used (and validated) by ``cert_parse()``,
75 which means that the in-bounds guarantee provided by ``cert_parse()`` no longer
/external/trusty/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_x509_parser.c190 static int cert_parse(void *img, unsigned int img_len) in cert_parse() function
441 int rc = cert_parse(img, img_len); in check_integrity()
/external/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_x509_parser.c143 static int cert_parse(void *img, unsigned int img_len) in cert_parse() function
411 int rc = cert_parse(img, img_len); in check_integrity()