Home
last modified time | relevance | path

Searched refs:san_list (Results 1 - 9 of 9) sorted by relevance

/third_party/mbedtls/programs/x509/
H A Dcert_req.c102 mbedtls_x509_san_list *san_list; /* subjectAltName for certificate request */ member
191 opt.san_list = NULL; in main()
301 opt.san_list = cur; in main()
410 if (opt.san_list != NULL) { in main()
411 ret = mbedtls_x509write_csr_set_subject_alternative_name(&req, opt.san_list); in main()
503 cur = opt.san_list; in main()
H A Dcert_write.c187 mbedtls_x509_san_list *san_list; /* subjectAltName for certificate */ member
372 opt.san_list = NULL; in main()
622 opt.san_list = cur; in main()
935 if (opt.san_list != NULL) { in main()
936 ret = mbedtls_x509write_crt_set_subject_alternative_name(&crt, opt.san_list); in main()
/third_party/mbedtls/library/
H A Dx509write.c42 const mbedtls_x509_san_list *san_list) in mbedtls_x509_write_set_san_common()
52 for (cur = san_list; cur != NULL; cur = cur->next) { in mbedtls_x509_write_set_san_common()
98 cur = san_list; in mbedtls_x509_write_set_san_common()
41 mbedtls_x509_write_set_san_common(mbedtls_asn1_named_data **extensions, const mbedtls_x509_san_list *san_list) mbedtls_x509_write_set_san_common() argument
H A Dx509write_csr.c78 const mbedtls_x509_san_list *san_list) in mbedtls_x509write_csr_set_subject_alternative_name()
80 return mbedtls_x509_write_set_san_common(&ctx->extensions, san_list); in mbedtls_x509write_csr_set_subject_alternative_name()
77 mbedtls_x509write_csr_set_subject_alternative_name(mbedtls_x509write_csr *ctx, const mbedtls_x509_san_list *san_list) mbedtls_x509write_csr_set_subject_alternative_name() argument
H A Dx509_internal.h84 const mbedtls_x509_san_list *san_list);
H A Dx509write_crt.c146 const mbedtls_x509_san_list *san_list) in mbedtls_x509write_crt_set_subject_alternative_name()
148 return mbedtls_x509_write_set_san_common(&ctx->extensions, san_list); in mbedtls_x509write_crt_set_subject_alternative_name()
145 mbedtls_x509write_crt_set_subject_alternative_name(mbedtls_x509write_cert *ctx, const mbedtls_x509_san_list *san_list) mbedtls_x509write_crt_set_subject_alternative_name() argument
/third_party/mbedtls/include/mbedtls/
H A Dx509_csr.h286 * \param san_list List of SAN values
294 const mbedtls_x509_san_list *san_list);
H A Dx509_crt.h236 * \param san_list List of SAN values
245 const mbedtls_x509_san_list *san_list);
/third_party/libcoap/src/
H A Dcoap_openssl.c1862 STACK_OF(GENERAL_NAME) *san_list; in get_san_or_cn_from_cert()
1865 san_list = X509_get_ext_d2i(x509, NID_subject_alt_name, NULL, NULL); in get_san_or_cn_from_cert()
1866 if (san_list) { in get_san_or_cn_from_cert()
1867 int san_count = sk_GENERAL_NAME_num(san_list); in get_san_or_cn_from_cert()
1870 const GENERAL_NAME *name = sk_GENERAL_NAME_value(san_list, n); in get_san_or_cn_from_cert()
1879 sk_GENERAL_NAME_pop_free(san_list, GENERAL_NAME_free); in get_san_or_cn_from_cert()
1883 sk_GENERAL_NAME_pop_free(san_list, GENERAL_NAME_free); in get_san_or_cn_from_cert()

Completed in 12 milliseconds