Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dx509_crt.h244 int mbedtls_x509write_crt_set_subject_alternative_name(mbedtls_x509write_cert *ctx,
/openthread-latest/third_party/mbedtls/repo/library/
Dx509write_crt.c145 int mbedtls_x509write_crt_set_subject_alternative_name(mbedtls_x509write_cert *ctx, in mbedtls_x509write_crt_set_subject_alternative_name() function
/openthread-latest/third_party/mbedtls/repo/programs/x509/
Dcert_write.c936 ret = mbedtls_x509write_crt_set_subject_alternative_name(&crt, opt.san_list); in main()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509write.function521 TEST_ASSERT(mbedtls_x509write_crt_set_subject_alternative_name(&crt, san_list) == 0);
/openthread-latest/third_party/mbedtls/repo/
DChangeLog370 See mbedtls_x509write_crt_set_subject_alternative_name for