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

1 2 3 4 5 6 7 8 91011

  /external/wpa_supplicant_8/src/utils/
os_unix.c 220 buf = os_malloc(len);
241 ret = os_malloc(ret_len);
348 buf = os_malloc(*len);
401 void * os_malloc(size_t size) function
422 return os_malloc(size);
432 n = os_malloc(size);
468 void *ptr = os_malloc(size);
480 d = os_malloc(len + 1);
os_internal.c 144 buf = os_malloc(len);
162 ret = os_malloc(ret_len);
215 buf = os_malloc(*len);
235 void *n = os_malloc(size);
242 void * os_malloc(size_t size) function
320 res = os_malloc(len + 1);
base64.c 42 out = os_malloc(olen);
119 pos = out = os_malloc(olen);
os.h 203 * os_malloc - Allocate dynamic memory
209 void * os_malloc(size_t size);
213 * @ptr: Old buffer from os_malloc() or os_realloc()
225 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
387 void * os_malloc(size_t size);
392 #ifndef os_malloc
393 #define os_malloc(s) malloc((s)) macro
os_none.c 106 void * os_malloc(size_t size) function
wpa_debug.c 173 strbuf = os_malloc(1 + 3 * len);
428 buf = os_malloc(buflen);
464 buf = os_malloc(buflen);
496 buf = os_malloc(buflen);
  /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 46 buf = os_malloc(buf_len);
110 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 58 data->id_p = os_malloc(identity_len);
117 data->id_s = os_malloc(data->id_s_len);
146 buf = os_malloc(buflen);
228 buf = os_malloc(buflen);
274 decrypted = os_malloc(left);
426 key = os_malloc(EAP_MSK_LEN);
445 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 65 hello = os_malloc(len);
215 csecret = os_malloc(csecret_len);
245 dh_yc = os_malloc(dh_yc_len);
284 shared = os_malloc(shared_len);
743 msg = os_malloc(msglen);
781 msg = os_malloc(1000);
819 return os_malloc(1);
838 alert = os_malloc(10);
  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.c 246 dev->manufacturer = os_malloc(str_len + 1);
267 dev->model_name = os_malloc(str_len + 1);
288 dev->model_number = os_malloc(str_len + 1);
309 dev->serial_number = os_malloc(str_len + 1);
330 dev->device_name = os_malloc(str_len + 1);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
ikev2_common.c 470 sign_data = os_malloc(sign_len);
562 decrypted = os_malloc(decrypted_len);
721 keybuf = os_malloc(keybuf_len);
733 keys->SK_d = os_malloc(keys->SK_d_len);
741 keys->SK_ai = os_malloc(keys->SK_integ_len);
749 keys->SK_ar = os_malloc(keys->SK_integ_len);
757 keys->SK_ei = os_malloc(keys->SK_encr_len);
765 keys->SK_er = os_malloc(keys->SK_encr_len);
773 keys->SK_pi = os_malloc(keys->SK_prf_len);
781 keys->SK_pr = os_malloc(keys->SK_prf_len)
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.c 465 sign_data = os_malloc(sign_len);
557 decrypted = os_malloc(decrypted_len);
716 keybuf = os_malloc(keybuf_len);
728 keys->SK_d = os_malloc(keys->SK_d_len);
736 keys->SK_ai = os_malloc(keys->SK_integ_len);
744 keys->SK_ar = os_malloc(keys->SK_integ_len);
752 keys->SK_ei = os_malloc(keys->SK_encr_len);
760 keys->SK_er = os_malloc(keys->SK_encr_len);
768 keys->SK_pi = os_malloc(keys->SK_prf_len);
776 keys->SK_pr = os_malloc(keys->SK_prf_len)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_psk.c 121 buf = os_malloc(buflen);
244 data->id_p = os_malloc(left);
303 buf = os_malloc(buflen);
379 decrypted = os_malloc(left);
458 key = os_malloc(EAP_MSK_LEN);
476 key = os_malloc(EAP_EMSK_LEN);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_psk.c 116 buf = os_malloc(buflen);
241 data->id_p = os_malloc(left);
300 buf = os_malloc(buflen);
376 decrypted = os_malloc(left);
455 key = os_malloc(EAP_MSK_LEN);
473 key = os_malloc(EAP_EMSK_LEN);
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_wpa.c 97 wpa->supp_eapol = os_malloc(len);
117 hdr = os_malloc(*msg_len);
266 wpa->auth_eapol = os_malloc(data_len);
  /external/wpa_supplicant_8/src/ap/
peerkey_auth.c 118 buf = os_malloc(buf_len);
165 pos = buf = os_malloc(buf_len);
219 pos = buf = os_malloc(buf_len);

Completed in 434 milliseconds

1 2 3 4 5 6 7 8 91011