Home
last modified time | relevance | path

Searched refs:mbedtls_x509write_crt_set_subject_name (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509_crt.h1021 int mbedtls_x509write_crt_set_subject_name(mbedtls_x509write_cert *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dx509_crt.h1033 int mbedtls_x509write_crt_set_subject_name(mbedtls_x509write_cert *ctx,
/aosp_15_r20/external/open-dice/src/
H A Dmbedtls_ops.c438 mbedtls_x509write_crt_set_subject_name(&cert_context, subject_name)) { in DiceGenerateCertificate()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509write_crt.c80 int mbedtls_x509write_crt_set_subject_name(mbedtls_x509write_cert *ctx, in mbedtls_x509write_crt_set_subject_name() function
/aosp_15_r20/external/mbedtls/library/
H A Dx509write_crt.c79 int mbedtls_x509write_crt_set_subject_name(mbedtls_x509write_cert *ctx, in mbedtls_x509write_crt_set_subject_name() function
/aosp_15_r20/external/mbedtls/programs/x509/
H A Dcert_write.c824 if ((ret = mbedtls_x509write_crt_set_subject_name(&crt, opt.subject_name)) != 0) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/
H A Dcert_write.c828 if ((ret = mbedtls_x509write_crt_set_subject_name(&crt, opt.subject_name)) != 0) { in main()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_x509write.function494 TEST_ASSERT(mbedtls_x509write_crt_set_subject_name(&crt, subject_name) == 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_x509write.function478 TEST_ASSERT(mbedtls_x509write_crt_set_subject_name(&crt, subject_name) == 0);