Searched refs:othername (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp-utils.h32 struct http_othername *othername; member in struct:http_cert
H A Dhttp_curl.c204 on = os_realloc_array(cert->othername, cert->num_othername + 1,
208 cert->othername = on;
878 os_free(hcert->othername[i].oid);
879 os_free(hcert->othername);
950 if (os_strcmp(hcert.othername[i].oid,
952 char *name = os_zalloc(hcert.othername[i].len + 1);
954 os_memcpy(name, hcert.othername[i].data,
955 hcert.othername[i].len);
963 hcert.othername[i].data,
964 hcert.othername[
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dhttp-utils.h32 struct http_othername *othername; member in struct:http_cert
H A Dhttp_curl.c204 on = os_realloc_array(cert->othername, cert->num_othername + 1,
208 cert->othername = on;
878 os_free(hcert->othername[i].oid);
879 os_free(hcert->othername);
950 if (os_strcmp(hcert.othername[i].oid,
952 char *name = os_zalloc(hcert.othername[i].len + 1);
954 os_memcpy(name, hcert.othername[i].data,
955 hcert.othername[i].len);
963 hcert.othername[i].data,
964 hcert.othername[
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp-utils.h32 struct http_othername *othername; member in struct:http_cert
H A Dhttp_curl.c204 on = os_realloc_array(cert->othername, cert->num_othername + 1,
208 cert->othername = on;
878 os_free(hcert->othername[i].oid);
879 os_free(hcert->othername);
950 if (os_strcmp(hcert.othername[i].oid,
952 char *name = os_zalloc(hcert.othername[i].len + 1);
954 os_memcpy(name, hcert.othername[i].data,
955 hcert.othername[i].len);
963 hcert.othername[i].data,
964 hcert.othername[
[all...]
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c2785 if (os_strcmp(cert->othername[i].oid,
2789 cert->othername[i].data,
2790 cert->othername[i].len);
2798 if (os_strcmp(cert->othername[i].oid,
2801 if (cert->othername[i].len < 3)
2803 if (os_strncasecmp((char *) cert->othername[i].data,
2806 if (os_strncmp((char *) cert->othername[i].data + 3,
2808 cert->othername[i].len - 3) == 0) {

Completed in 93 milliseconds