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

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dhttp-utils.h32 struct http_othername *othername; member in struct:http_cert
H A Dhttp_curl.c212 on = os_realloc_array(cert->othername, cert->num_othername + 1,
216 cert->othername = on;
892 os_free(hcert->othername[i].oid);
893 os_free(hcert->othername);
964 if (os_strcmp(hcert.othername[i].oid,
966 char *name = os_zalloc(hcert.othername[i].len + 1);
968 os_memcpy(name, hcert.othername[i].data,
969 hcert.othername[i].len);
977 hcert.othername[i].data,
978 hcert.othername[
[all...]
/freebsd-13-stable/contrib/wpa/hs20/client/
H A Dosu_client.c2950 if (os_strcmp(cert->othername[i].oid,
2954 cert->othername[i].data,
2955 cert->othername[i].len);
2963 if (os_strcmp(cert->othername[i].oid,
2966 if (cert->othername[i].len < 3)
2968 if (os_strncasecmp((char *) cert->othername[i].data,
2971 if (os_strncmp((char *) cert->othername[i].data + 3,
2973 cert->othername[i].len - 3) == 0) {

Completed in 55 milliseconds