HomeSort by relevance Sort by last modified time
    Searched refs:os_malloc (Results 1 - 25 of 328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/utils/
os_unix.c 206 buf = os_malloc(len);
227 ret = os_malloc(ret_len);
334 buf = os_malloc(*len);
387 void * os_malloc(size_t size) function
408 return os_malloc(size);
418 n = os_malloc(size);
454 void *ptr = os_malloc(size);
466 d = os_malloc(len + 1);
os_internal.c 132 buf = os_malloc(len);
150 ret = os_malloc(ret_len);
203 buf = os_malloc(*len);
223 void *n = os_malloc(size);
230 void * os_malloc(size_t size) function
308 res = os_malloc(len + 1);
base64.c 48 out = os_malloc(olen);
124 pos = out = os_malloc(olen);
os.h 199 * os_malloc - Allocate dynamic memory
205 void * os_malloc(size_t size);
209 * @ptr: Old buffer from os_malloc() or os_realloc()
221 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
383 void * os_malloc(size_t size);
388 #ifndef os_malloc
389 #define os_malloc(s) malloc((s)) macro
os_none.c 107 void * os_malloc(size_t size) function
  /external/wpa_supplicant/
os_internal.c 132 buf = os_malloc(len);
150 ret = os_malloc(ret_len);
203 buf = os_malloc(*len);
218 void *n = os_malloc(size);
225 void * os_malloc(size_t size) function
303 res = os_malloc(len + 1);
eap_psk.c 58 data->id_p = os_malloc(config->nai_len);
118 data->id_s = os_malloc(data->id_s_len);
136 resp = os_malloc(*respDataLen);
150 buf = os_malloc(buflen);
227 buf = os_malloc(buflen);
265 decrypted = os_malloc(left);
300 resp = os_malloc(*respDataLen + 1);
417 key = os_malloc(EAP_MSK_LEN);
436 key = os_malloc(EAP_EMSK_LEN);
base64.c 46 out = os_malloc(olen);
122 pos = out = os_malloc(olen);
os_none.c 107 void * os_malloc(size_t size) function
os.h 199 * os_malloc - Allocate dynamic memory
205 void * os_malloc(size_t size);
209 * @ptr: Old buffer from os_malloc() or os_realloc()
221 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
382 #ifndef os_malloc
383 #define os_malloc(s) malloc((s)) macro
eap_fast.c 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)
    [all...]
eap_ttls.c 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)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_internal.c 132 buf = os_malloc(len);
150 ret = os_malloc(ret_len);
203 buf = os_malloc(*len);
218 void *n = os_malloc(size);
225 void * os_malloc(size_t size) function
303 res = os_malloc(len + 1);
base64.c 48 out = os_malloc(olen);
124 pos = out = os_malloc(olen);
os_none.c 107 void * os_malloc(size_t size) function
os.h 199 * os_malloc - Allocate dynamic memory
205 void * os_malloc(size_t size);
209 * @ptr: Old buffer from os_malloc() or os_realloc()
221 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
382 #ifndef os_malloc
383 #define os_malloc(s) malloc((s)) macro
wpa_debug.c 307 buf = os_malloc(buflen);
333 buf = os_malloc(buflen);
365 buf = os_malloc(buflen);
  /external/wpa_supplicant_8/src/crypto/
aes-eax.c 52 buf = os_malloc(buf_len);
116 buf = os_malloc(buf_len);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_psk.c 63 data->id_p = os_malloc(identity_len);
122 data->id_s = os_malloc(data->id_s_len);
151 buf = os_malloc(buflen);
233 buf = os_malloc(buflen);
279 decrypted = os_malloc(left);
431 key = os_malloc(EAP_MSK_LEN);
450 key = os_malloc(EAP_EMSK_LEN);
  /external/wpa_supplicant_8/src/eap_peer/
eap_psk.c 64 data->id_p = os_malloc(identity_len);
123 data->id_s = os_malloc(data->id_s_len);
152 buf = os_malloc(buflen);
234 buf = os_malloc(buflen);
280 decrypted = os_malloc(left);
432 key = os_malloc(EAP_MSK_LEN);
451 key = os_malloc(EAP_EMSK_LEN);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_dev_attr.c 194 dev->manufacturer = os_malloc(str_len + 1);
215 dev->model_name = os_malloc(str_len + 1);
236 dev->model_number = os_malloc(str_len + 1);
257 dev->serial_number = os_malloc(str_len + 1);
278 dev->device_name = os_malloc(str_len + 1);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ps3.c 41 buf = os_malloc(iwr.u.data.length);
52 buf = os_malloc(iwr.u.data.length);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client_write.c 69 hello = os_malloc(len);
218 csecret = os_malloc(csecret_len);
248 dh_yc = os_malloc(dh_yc_len);
287 shared = os_malloc(shared_len);
680 msg = os_malloc(msglen);
718 msg = os_malloc(1000);
756 return os_malloc(1);
775 alert = os_malloc(10);
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_write.c 70 hello = os_malloc(len);
218 csecret = os_malloc(csecret_len);
248 dh_yc = os_malloc(dh_yc_len);
287 shared = os_malloc(shared_len);
676 msg = os_malloc(msglen);
714 msg = os_malloc(1000);
752 return os_malloc(1);
771 alert = os_malloc(10);
  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.c 252 dev->manufacturer = os_malloc(str_len + 1);
273 dev->model_name = os_malloc(str_len + 1);
294 dev->model_number = os_malloc(str_len + 1);
315 dev->serial_number = os_malloc(str_len + 1);
336 dev->device_name = os_malloc(str_len + 1);

Completed in 496 milliseconds

1 2 3 4 5 6 7 8 91011>>