Lines Matching refs:cur
45 const mbedtls_x509_san_list *cur; in mbedtls_x509_write_set_san_common() local
52 for (cur = san_list; cur != NULL; cur = cur->next) { in mbedtls_x509_write_set_san_common()
54 switch (cur->node.type) { in mbedtls_x509_write_set_san_common()
63 CHECK_OVERFLOW_ADD(buflen, cur->node.san.unstructured_name.len); in mbedtls_x509_write_set_san_common()
68 const mbedtls_asn1_named_data *chunk = &cur->node.san.directory_name; in mbedtls_x509_write_set_san_common()
98 cur = san_list; in mbedtls_x509_write_set_san_common()
100 while (cur != NULL) { in mbedtls_x509_write_set_san_common()
102 switch (cur->node.type) { in mbedtls_x509_write_set_san_common()
109 (const unsigned char *) cur->node.san.unstructured_name.p; in mbedtls_x509_write_set_san_common()
110 size_t unstructured_name_len = cur->node.san.unstructured_name.len; in mbedtls_x509_write_set_san_common()
121 MBEDTLS_ASN1_CONTEXT_SPECIFIC | cur->node.type)); in mbedtls_x509_write_set_san_common()
128 cur->node in mbedtls_x509_write_set_san_common()
143 cur = cur->next; in mbedtls_x509_write_set_san_common()