Searched refs:os_malloc (Results 101 - 125 of 173) sorted by relevance

1234567

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c1690 url = os_malloc(url_len + 1);
1725 url = os_malloc(url_len + 1);
1752 url = os_malloc(url_len + 1);
H A Dnotify.c805 cert_hex = os_malloc(len);
H A Dctrl_iface_named_pipe.c493 sbuf = os_malloc(llen + len);
H A Dwps_supplicant.c375 char *buf = os_malloc(blen);
477 ssid->ssid = os_malloc(cred->ssid_len);
556 ssid->passphrase = os_malloc(cred->key_len + 1);
1240 ssid->ssid = os_malloc(ssid_len);
H A Dwpa_cli.c157 cfile = os_malloc(flen);
765 buf = os_malloc(buflen);
3761 res[i] = os_malloc(len);
3818 cmd = os_malloc(pos + 1);
3896 arg = os_malloc(len);
4303 hfile = os_malloc(hfile_len);
H A Dctrl_iface.c251 blob->data = os_malloc(len / 2);
3157 buf = os_malloc(len);
5443 info = os_malloc(info_len + 1);
7346 buf = os_malloc(len);
7392 buf = os_malloc(len);
7877 data = os_malloc(data_len);
8585 buf = os_malloc(len);
8654 buf = os_malloc(len);
8863 buf = os_malloc(len);
9068 buf = os_malloc(le
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_aka.c114 data->pseudonym = os_malloc(config->anonymous_identity_len);
403 data->pseudonym = os_malloc(attr->next_pseudonym_len +
1537 id = os_malloc(*len);
H A Deap_sake.c473 id = os_malloc(*len);
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dx509v3.c413 name->email = os_malloc(hdr.length + 1);
1476 cert->subject_dn = os_malloc(pos - subject_dn);
1797 data = os_malloc(data_len);
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dhttpread.c265 h->uri = os_malloc((hbp - rawuri) + 1);
H A Dwps.c618 char *str = os_malloc(attr.dev_name_len + 1);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Deloop_win.c80 eloop.handles = os_malloc(eloop.num_handles *
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c234 txt = os_malloc(rlen + 1);
H A Dtls_internal.c427 tmp_out = os_malloc(skip + out_len);
H A Dtls_gnutls.c1290 buf = os_malloc(len + 1);
1549 global->session_data = os_malloc(size);
/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c228 sm->lki = os_malloc(sizeof(*sm->lki));
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dmain.c54 format = os_malloc(maxlen);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dfils_hlp.c614 tmp = os_malloc(end - pos);
H A Dhw_features.c181 iface->basic_rates = os_malloc(i * sizeof(int));
H A Dwpa_auth_ft.c1356 r0->identity = os_malloc(identity_len);
1363 r0->radius_cui = os_malloc(radius_cui_len);
1445 r1->identity = os_malloc(identity_len);
1452 r1->radius_cui = os_malloc(radius_cui_len);
2605 sm->assoc_resp_ftie = os_malloc(ftie_len);
3385 frame = os_malloc(sizeof(*frame) + len);
3476 frame = os_malloc(sizeof(*frame) + rlen);
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_teap_common.c364 buffer = os_malloc(buffer_len);
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_sake.c516 id = os_malloc(*len);
H A Deap_server_aka.c900 new_identity = os_malloc(attr->identity_len);
1328 id = os_malloc(*len);
H A Deap_server_peap.c1266 sm->identity = os_malloc(id_len ? id_len : 1);
1318 eapKeyData = os_malloc(EAP_TLS_KEY_LEN);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c706 os_malloc(nla_len(tb[NL80211_ATTR_EXT_CAPA]));
718 os_malloc(nla_len(tb[NL80211_ATTR_EXT_CAPA_MASK]));
1109 info->flags = os_malloc(len);
1808 mode->rates = os_malloc(4 * sizeof(int));

Completed in 504 milliseconds

1234567