Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:os_malloc

183 		pac->pac_opaque = os_malloc(entry->pac_opaque_len);
193 pac->pac_info = os_malloc(entry->pac_info_len);
203 pac->a_id = os_malloc(entry->a_id_len);
213 pac->i_id = os_malloc(entry->i_id_len);
223 pac->a_id_info = os_malloc(entry->a_id_info_len);
293 buf = os_malloc(*len);
340 buf = os_malloc(buf_len);
536 pos = buf = os_malloc(buf_len);
764 resp = os_malloc(sizeof(struct eap_hdr) + 2 + data->ssl.tls_out_limit);
806 *resp = os_malloc(*resp_len + data->num_phase2_types);
895 seed = os_malloc(seed_len);
933 out = os_malloc(block_size + len);
946 rnd = os_malloc(keys.client_random_len + keys.server_random_len);
1149 nak = os_malloc(*len);
1164 result = os_malloc(*len);
1209 tlv = os_malloc(sizeof(*tlv) + *len);
1553 in_decrypted = os_malloc(buf_len);
1782 resp = os_malloc(1);
1874 tlv = os_malloc(tlv_len);
2034 key = os_malloc(EAP_FAST_KEY_LEN);
2053 key = os_malloc(EAP_EMSK_LEN);