Home
last modified time | relevance | path

Searched refs:mbedtls_x509_write_set_san_common (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509_internal.h83 int mbedtls_x509_write_set_san_common(mbedtls_asn1_named_data **extensions,
H A Dx509write.c41 int mbedtls_x509_write_set_san_common(mbedtls_asn1_named_data **extensions, in mbedtls_x509_write_set_san_common() function
H A Dx509write_csr.c80 return mbedtls_x509_write_set_san_common(&ctx->extensions, san_list); in mbedtls_x509write_csr_set_subject_alternative_name()
H A Dx509write_crt.c148 return mbedtls_x509_write_set_san_common(&ctx->extensions, san_list); in mbedtls_x509write_crt_set_subject_alternative_name()
/aosp_15_r20/external/mbedtls/library/
H A Dx509write.c41 int mbedtls_x509_write_set_san_common(mbedtls_asn1_named_data **extensions, in mbedtls_x509_write_set_san_common() function
H A Dx509write_csr.c80 return mbedtls_x509_write_set_san_common(&ctx->extensions, san_list); in mbedtls_x509write_csr_set_subject_alternative_name()
H A Dx509write_crt.c147 return mbedtls_x509_write_set_san_common(&ctx->extensions, san_list); in mbedtls_x509write_crt_set_subject_alternative_name()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509.h517 int mbedtls_x509_write_set_san_common(mbedtls_asn1_named_data **extensions,