Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dx509write_crt.c415 int mbedtls_x509write_crt_der(mbedtls_x509write_cert *ctx, in mbedtls_x509write_crt_der() function
667 if ((ret = mbedtls_x509write_crt_der(crt, buf, size, in mbedtls_x509write_crt_pem()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dx509_crt.h1178 int mbedtls_x509write_crt_der(mbedtls_x509write_cert *ctx, unsigned char *buf, size_t size,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509write.function566 der_len = mbedtls_x509write_crt_der(&crt, buf, sizeof(buf),
626 ret = mbedtls_x509write_crt_der(&crt, buf, (size_t) (der_len),
/openthread-latest/third_party/mbedtls/repo/programs/x509/
Dcert_write.c219 ret = mbedtls_x509write_crt_der(crt, output_buf, 4096, in write_certificate()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog2713 in mbedtls_x509write_crt_der() to 2Kb. Reported by soccerGB in #2631.
4043 * Fixed potential stack corruption in mbedtls_x509write_crt_der() and