Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:os_malloc

234 	resp = os_malloc(sizeof(struct eap_hdr) + 2 + data->ssl.tls_out_limit);
304 avp = os_malloc(sizeof(struct ttls_avp) + *resp_len + 4);
333 buf = os_malloc(buf_len);
392 rnd = os_malloc(keys.client_random_len + keys.server_random_len);
393 data->key_data = os_malloc(EAP_TLS_KEY_LEN);
450 rnd = os_malloc(keys.client_random_len + keys.server_random_len);
451 challenge = os_malloc(len);
496 *resp = os_malloc(*resp_len + data->num_phase2_eap_types);
663 pos = buf = os_malloc(config->identity_len + 1000);
768 pos = buf = os_malloc(config->identity_len + 1000);
844 pos = buf = os_malloc(config->identity_len + config->password_len +
899 pos = buf = os_malloc(config->identity_len + 1000);
1047 req = os_malloc(len);
1139 in_decrypted = os_malloc(buf_len);
1162 in_decrypted = os_malloc(buf_len);
1267 eapdata = os_malloc(dlen);
1469 data->pending_phase2_req = os_malloc(len_decrypted);
1723 key = os_malloc(EAP_TLS_KEY_LEN);