HomeSort by relevance Sort by last modified time
    Searched refs:os_malloc (Results 76 - 100 of 267) sorted by null

1 2 34 5 6 7 8 91011

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 162 buf = os_malloc(pac_opaque_len - 8);
238 data->identity = os_malloc(identity_len);
473 data->srv_id = os_malloc(sm->eap_fast_a_id_len);
703 pac_buf = os_malloc(pac_len);
733 pac_opaque = os_malloc(pac_len + 8);
    [all...]
eap_tls_common.c 72 out = os_malloc(len);
87 rnd = os_malloc(keys.client_random_len + keys.server_random_len);
eap_sim_db.c 666 pseudonym = os_malloc(len + 1);
729 reauth_id = os_malloc(len + 1);
835 id = os_malloc(sizeof(buf) * 2 + 2);
929 p->identity = os_malloc(identity_len);
972 r->identity = os_malloc(identity_len);
    [all...]
eap_gpsk.c 283 data->id_peer = os_malloc(alen);
574 key = os_malloc(EAP_MSK_LEN);
592 key = os_malloc(EAP_EMSK_LEN);
eap_pax.c 330 data->cid = os_malloc(data->cid_len);
503 key = os_malloc(EAP_MSK_LEN);
524 key = os_malloc(EAP_EMSK_LEN);
eap_sake.c 349 data->peerid = os_malloc(attr.peerid_len);
483 key = os_malloc(EAP_MSK_LEN);
501 key = os_malloc(EAP_EMSK_LEN);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_cred.c 310 cred->dh_p = os_malloc(hdr.length);
332 cred->dh_g = os_malloc(hdr.length);
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.c 140 data = os_malloc(data_len);
300 seed = os_malloc(seed_len);
eap_pwd_common.c 149 if ((prfbuf = os_malloc(primebytelen)) == NULL) {
283 if ((cruft = os_malloc(BN_num_bytes(grp->prime))) == NULL)
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tls_common.c 69 out = os_malloc(len);
84 rnd = os_malloc(keys.client_random_len + keys.server_random_len);
eap_server_fast.c 157 buf = os_malloc(pac_opaque_len - 8);
233 data->identity = os_malloc(identity_len);
468 data->srv_id = os_malloc(sm->eap_fast_a_id_len);
698 pac_buf = os_malloc(pac_len);
728 pac_opaque = os_malloc(pac_len + 8);
    [all...]
eap_sim_db.c 661 pseudonym = os_malloc(len + 1);
724 reauth_id = os_malloc(len + 1);
830 id = os_malloc(sizeof(buf) * 2 + 2);
924 p->identity = os_malloc(identity_len);
967 r->identity = os_malloc(identity_len);
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 66 struct l2_ethhdr *eth = os_malloc(sizeof(*eth) + len);
204 if ((buf = os_malloc(len)) == NULL)
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 127 buf = os_malloc(60000);
576 iface->driver_name = os_malloc(len + 1);
606 iface->sock_name = os_malloc(len + 1);
714 buf = os_malloc(buflen);
779 buf = os_malloc(sizeof(int) + len);
804 buf = os_malloc(len);
  /external/wpa_supplicant_8/src/wps/
wps_er.c 324 ap->ap_settings = os_malloc(sizeof(*ap->ap_settings));
796 sta->manufacturer = os_malloc(attr->manufacturer_len + 1);
806 sta->model_name = os_malloc(attr->model_name_len + 1);
816 sta->model_number = os_malloc(attr->model_number_len + 1);
826 sta->serial_number = os_malloc(attr->serial_number_len + 1);
836 sta->dev_name = os_malloc(attr->dev_name_len + 1);
1072 sta->cred = os_malloc(sizeof(*sta->cred));
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.c 371 entry = os_malloc(sizeof(*entry));
481 data.assoc_info.req_ies = os_malloc(bytes);
503 data.assoc_info.resp_ies = os_malloc(bytes);
562 buf = os_malloc(iwe->u.data.length + 1);
614 os_malloc(iwe->u.data.length);
627 os_malloc(iwe->u.data.length);
715 wpa_s->scan_results = os_malloc(sizeof(struct wpa_scan_result) + 1);
733 "os_malloc!!\n");
    [all...]
driver_privsep.c 133 buf = os_malloc(reply_len);
181 r = os_malloc(len);
474 buf = os_malloc(buflen);
644 drv->own_socket_path = os_malloc(len);
654 drv->own_cmd_path = os_malloc(len);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 221 buf = os_malloc(len);
300 buf = os_malloc(len);
435 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 157 ekey = os_malloc(ekey_len);
205 key->key[key->idx] = os_malloc(key->default_len);
322 ikey = os_malloc(hapd->conf->individual_wep_key_len);
397 sm->identity = os_malloc(identity_len + 1);
1083 sm->eap_if->aaaEapKeyData = os_malloc(len);
1139 nclass[nclass_count].data = os_malloc(class_len);
1173 identity = os_malloc(len + 1);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c 297 data->pseudonym = os_malloc(attr->next_pseudonym_len);
314 data->reauth_id = os_malloc(attr->next_reauth_id_len);
512 data->ver_list = os_malloc(attr->version_list_len);
1047 key = os_malloc(EAP_SIM_KEYING_DATA_LEN);
1066 key = os_malloc(EAP_EMSK_LEN);
tncc.c 183 os_malloc(typeCount * sizeof(TNC_MessageTypeList));
615 char *buf = os_malloc(1000);
626 char *buf = os_malloc(100);
750 buf = os_malloc(len + 1);
991 val = os_malloc(buflen);
eap_pax.c 78 data->cid = os_malloc(identity_len);
476 key = os_malloc(EAP_MSK_LEN);
497 key = os_malloc(EAP_EMSK_LEN);
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 307 data->pseudonym = os_malloc(attr->next_pseudonym_len +
326 data->reauth_id = os_malloc(attr->next_reauth_id_len);
525 data->ver_list = os_malloc(attr->version_list_len);
1060 key = os_malloc(EAP_SIM_KEYING_DATA_LEN);
1079 key = os_malloc(EAP_EMSK_LEN);
tncc.c 177 os_malloc(typeCount * sizeof(TNC_MessageType));
609 char *buf = os_malloc(1000);
620 char *buf = os_malloc(100);
744 buf = os_malloc(len + 1);
985 val = os_malloc(buflen);
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_named_pipe.c 328 dst->rsp_buf = os_malloc(send_len);
499 sbuf = os_malloc(llen + len);
747 dst->rsp_buf = os_malloc(send_len);

Completed in 180 milliseconds

1 2 34 5 6 7 8 91011