Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dx509write.c101 size_t single_san_len = 0; in mbedtls_x509_write_set_san_common() local
112 MBEDTLS_ASN1_CHK_CLEANUP_ADD(single_san_len, in mbedtls_x509_write_set_san_common()
116 MBEDTLS_ASN1_CHK_CLEANUP_ADD(single_san_len, mbedtls_asn1_write_len( in mbedtls_x509_write_set_san_common()
118 MBEDTLS_ASN1_CHK_CLEANUP_ADD(single_san_len, in mbedtls_x509_write_set_san_common()
125 MBEDTLS_ASN1_CHK_CLEANUP_ADD(single_san_len, in mbedtls_x509_write_set_san_common()
130 MBEDTLS_ASN1_CHK_CLEANUP_ADD(single_san_len, in mbedtls_x509_write_set_san_common()
131 mbedtls_asn1_write_len(&p, buf, single_san_len)); in mbedtls_x509_write_set_san_common()
132 MBEDTLS_ASN1_CHK_CLEANUP_ADD(single_san_len, in mbedtls_x509_write_set_san_common()
145 if (len > SIZE_MAX - single_san_len) { in mbedtls_x509_write_set_san_common()
149 len += single_san_len; in mbedtls_x509_write_set_san_common()