Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509_crl.h121 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen );
A Dcompat-1.3.h2444 #define x509_crl_parse mbedtls_x509_crl_parse
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crl.c536 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse() function
610 ret = mbedtls_x509_crl_parse( chain, buf, n ); in mbedtls_x509_crl_parse_file()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog2468 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing
2512 * Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused

Completed in 23 milliseconds