Home
last modified time | relevance | path

Searched refs:san_list (Results 1 – 4 of 4) sorted by relevance

/mbedtls-3.5.0/programs/x509/
Dcert_req.c109 mbedtls_x509_san_list *san_list; /* subjectAltName for certificate request */ member
197 opt.san_list = NULL; in main()
262 opt.san_list = cur; in main()
372 if (opt.san_list != NULL) { in main()
373 ret = mbedtls_x509write_csr_set_subject_alternative_name(&req, opt.san_list); in main()
462 cur = opt.san_list; in main()
/mbedtls-3.5.0/library/
Dx509write_csr.c90 const mbedtls_x509_san_list *san_list) in mbedtls_x509write_csr_set_subject_alternative_name() argument
100 for (cur = san_list; cur != NULL; cur = cur->next) { in mbedtls_x509write_csr_set_subject_alternative_name()
132 cur = san_list; in mbedtls_x509write_csr_set_subject_alternative_name()
/mbedtls-3.5.0/include/mbedtls/
Dx509_csr.h249 const mbedtls_x509_san_list *san_list);
/mbedtls-3.5.0/tests/suites/
Dtest_suite_x509write.function158 mbedtls_x509_san_list *san_list = NULL;
175 san_list = &san_dns;
200 TEST_ASSERT(mbedtls_x509write_csr_set_subject_alternative_name(&req, san_list) == 0);