Lines Matching refs:othername
212 on = os_realloc_array(cert->othername, cert->num_othername + 1, in add_alt_name_othername()
216 cert->othername = on; in add_alt_name_othername()
892 os_free(hcert->othername[i].oid); in parse_cert_free()
893 os_free(hcert->othername); in parse_cert_free()
964 if (os_strcmp(hcert.othername[i].oid, in http_parse_x509_certificate()
966 char *name = os_zalloc(hcert.othername[i].len + 1); in http_parse_x509_certificate()
968 os_memcpy(name, hcert.othername[i].data, in http_parse_x509_certificate()
969 hcert.othername[i].len); in http_parse_x509_certificate()
977 hcert.othername[i].data, in http_parse_x509_certificate()
978 hcert.othername[i].len); in http_parse_x509_certificate()
981 hcert.othername[i].oid); in http_parse_x509_certificate()
983 hcert.othername[i].data, in http_parse_x509_certificate()
984 hcert.othername[i].len); in http_parse_x509_certificate()