Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A 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()
/aosp_15_r20/external/mbedtls/library/
H A Dx509write_crt.c414 int mbedtls_x509write_crt_der(mbedtls_x509write_cert *ctx, in mbedtls_x509write_crt_der() function
666 if ((ret = mbedtls_x509write_crt_der(crt, buf, size, in mbedtls_x509write_crt_pem()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509_crt.h1166 int mbedtls_x509write_crt_der(mbedtls_x509write_cert *ctx, unsigned char *buf, size_t size,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dx509_crt.h1178 int mbedtls_x509write_crt_der(mbedtls_x509write_cert *ctx, unsigned char *buf, size_t size,
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_x509write.function582 der_len = mbedtls_x509write_crt_der(&crt, buf, sizeof(buf),
642 ret = mbedtls_x509write_crt_der(&crt, buf, (size_t) (der_len),
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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),
/aosp_15_r20/external/open-dice/src/
H A Dmbedtls_ops.c487 mbedtls_x509write_crt_der(&cert_context, tmp_buffer, sizeof(tmp_buffer), in DiceGenerateCertificate()
/aosp_15_r20/external/mbedtls/programs/x509/
H A Dcert_write.c219 ret = mbedtls_x509write_crt_der(crt, output_buf, 4096, in write_certificate()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/
H A Dcert_write.c219 ret = mbedtls_x509write_crt_der(crt, output_buf, 4096, in write_certificate()
/aosp_15_r20/external/mbedtls/
H A DChangeLog2453 in mbedtls_x509write_crt_der() to 2Kb. Reported by soccerGB in #2631.
3783 * Fixed potential stack corruption in mbedtls_x509write_crt_der() and
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog2713 in mbedtls_x509write_crt_der() to 2Kb. Reported by soccerGB in #2631.
4043 * Fixed potential stack corruption in mbedtls_x509write_crt_der() and