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 D | x509write_crt.c | 415 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 D | x509write_crt.c | 414 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 D | x509_crt.h | 1166 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 D | x509_crt.h | 1178 int mbedtls_x509write_crt_der(mbedtls_x509write_cert *ctx, unsigned char *buf, size_t size,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_x509write.function | 582 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 D | test_suite_x509write.function | 566 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 D | mbedtls_ops.c | 487 mbedtls_x509write_crt_der(&cert_context, tmp_buffer, sizeof(tmp_buffer), in DiceGenerateCertificate()
|
/aosp_15_r20/external/mbedtls/programs/x509/ |
H A D | cert_write.c | 219 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 D | cert_write.c | 219 ret = mbedtls_x509write_crt_der(crt, output_buf, 4096, in write_certificate()
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 2453 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 D | ChangeLog | 2713 in mbedtls_x509write_crt_der() to 2Kb. Reported by soccerGB in #2631. 4043 * Fixed potential stack corruption in mbedtls_x509write_crt_der() and
|