Lines Matching refs:altname
1838 auto altname = sk_GENERAL_NAME_value(altnames, i); in verify_numeric_hostname() local
1839 if (altname->type != GEN_IPADD) { in verify_numeric_hostname()
1843 auto ip_addr = altname->d.iPAddress->data; in verify_numeric_hostname()
1847 size_t ip_addrlen = altname->d.iPAddress->length; in verify_numeric_hostname()
1891 auto altname = sk_GENERAL_NAME_value(altnames, i); in verify_hostname() local
1892 if (altname->type != GEN_DNS) { in verify_hostname()
1896 auto name = ASN1_STRING_get0_data(altname->d.ia5); in verify_hostname()
1901 auto len = ASN1_STRING_length(altname->d.ia5); in verify_hostname()
2130 auto altname = sk_GENERAL_NAME_value(altnames, i); in cert_lookup_tree_add_ssl_ctx() local
2131 if (altname->type != GEN_DNS) { in cert_lookup_tree_add_ssl_ctx()
2135 auto name = ASN1_STRING_get0_data(altname->d.ia5); in cert_lookup_tree_add_ssl_ctx()
2140 auto len = ASN1_STRING_length(altname->d.ia5); in cert_lookup_tree_add_ssl_ctx()