Lines Matching refs:othername
204 on = os_realloc_array(cert->othername, cert->num_othername + 1, in add_alt_name_othername()
208 cert->othername = on; in add_alt_name_othername()
878 os_free(hcert->othername[i].oid); in parse_cert_free()
879 os_free(hcert->othername); in parse_cert_free()
950 if (os_strcmp(hcert.othername[i].oid, in http_parse_x509_certificate()
952 char *name = os_zalloc(hcert.othername[i].len + 1); in http_parse_x509_certificate()
954 os_memcpy(name, hcert.othername[i].data, in http_parse_x509_certificate()
955 hcert.othername[i].len); in http_parse_x509_certificate()
963 hcert.othername[i].data, in http_parse_x509_certificate()
964 hcert.othername[i].len); in http_parse_x509_certificate()
967 hcert.othername[i].oid); in http_parse_x509_certificate()
969 hcert.othername[i].data, in http_parse_x509_certificate()
970 hcert.othername[i].len); in http_parse_x509_certificate()