Home
last modified time | relevance | path

Searched refs:othername (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c204 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()
[all …]
Dhttp-utils.h32 struct http_othername *othername; member
/external/llvm/test/TableGen/
DLetInsideMultiClasses.td21 let name = "othername" in
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c2785 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb()
2789 cert->othername[i].data, in osu_cert_cb()
2790 cert->othername[i].len); in osu_cert_cb()
2798 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb()
2801 if (cert->othername[i].len < 3) in osu_cert_cb()
2803 if (os_strncasecmp((char *) cert->othername[i].data, in osu_cert_cb()
2806 if (os_strncmp((char *) cert->othername[i].data + 3, in osu_cert_cb()
2808 cert->othername[i].len - 3) == 0) { in osu_cert_cb()