Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpkcs7.c171 mbedtls_x509_crt *certs) in pkcs7_get_certificates() argument
207 if ((ret = mbedtls_x509_crt_parse_der(certs, start, len1)) < 0) { in pkcs7_get_certificates()
518 mbedtls_x509_crt_init(&signed_data->certs); in pkcs7_get_signed_data()
519 ret = pkcs7_get_certificates(&p, end, &signed_data->certs); in pkcs7_get_signed_data()
758 mbedtls_x509_crt_free(&pkcs7->signed_data.certs); in mbedtls_pkcs7_free()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dpkcs7.h127 mbedtls_x509_crt MBEDTLS_PRIVATE(certs);
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1855 * Remove certs module from the API.
2499 certs as invalid when mbedtls did not.
3062 * Add DER-encoded test CRTs to library/certs.c, allowing
3214 * Server's RSA certificate in certs.c was SHA-1 signed. In the default
4829 * test_ca_list (from certs.h) is renamed to test_cas_pem and is only
4831 * Test certificates in certs.c are no longer guaranteed to be nul-terminated
4857 * Removed test DHM parameters from the test certs module.