Lines Matching refs:othername
213 on = os_realloc_array(cert->othername, cert->num_othername + 1, in add_alt_name_othername()
217 cert->othername = on; in add_alt_name_othername()
871 os_free(hcert->othername[i].oid); in parse_cert_free()
872 os_free(hcert->othername); in parse_cert_free()
943 if (os_strcmp(hcert.othername[i].oid, in http_parse_x509_certificate()
945 char *name = os_zalloc(hcert.othername[i].len + 1); in http_parse_x509_certificate()
947 os_memcpy(name, hcert.othername[i].data, in http_parse_x509_certificate()
948 hcert.othername[i].len); in http_parse_x509_certificate()
956 hcert.othername[i].data, in http_parse_x509_certificate()
957 hcert.othername[i].len); in http_parse_x509_certificate()
960 hcert.othername[i].oid); in http_parse_x509_certificate()
962 hcert.othername[i].data, in http_parse_x509_certificate()
963 hcert.othername[i].len); in http_parse_x509_certificate()