Searched refs:os_malloc (Results 1 - 25 of 404) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_unix.c223 buf = os_malloc(len);
244 ret = os_malloc(ret_len);
355 buf = os_malloc(*len);
408 void * os_malloc(size_t size) function
429 return os_malloc(size);
439 n = os_malloc(size);
475 void *ptr = os_malloc(size);
487 d = os_malloc(len + 1);
H A Dos_internal.c144 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);
H A Dbase64.c42 out = os_malloc(olen);
119 pos = out = os_malloc(olen);
H A Dos.h222 * os_malloc - Allocate dynamic memory
228 void * os_malloc(size_t size);
232 * @ptr: Old buffer from os_malloc() or os_realloc()
244 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
406 void * os_malloc(size_t size);
411 #ifndef os_malloc
412 #define os_malloc(s) malloc((s)) macro
H A Dcommon.c335 buf = os_malloc((strlen(str) + 1) * sizeof(TCHAR));
520 str = os_malloc(*len + 1);
535 tstr = os_malloc(tlen + 1);
541 str = os_malloc(tlen + 1);
557 str = os_malloc(tlen + 1);
H A Dos_none.c106 void * os_malloc(size_t size) function
/external/wpa_supplicant_8/src/utils/
H A Dos_unix.c223 buf = os_malloc(len);
244 ret = os_malloc(ret_len);
355 buf = os_malloc(*len);
408 void * os_malloc(size_t size) function
429 return os_malloc(size);
439 n = os_malloc(size);
475 void *ptr = os_malloc(size);
487 d = os_malloc(len + 1);
H A Dos_internal.c144 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);
H A Dbase64.c42 out = os_malloc(olen);
119 pos = out = os_malloc(olen);
H A Dos.h222 * os_malloc - Allocate dynamic memory
228 void * os_malloc(size_t size);
232 * @ptr: Old buffer from os_malloc() or os_realloc()
244 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
406 void * os_malloc(size_t size);
411 #ifndef os_malloc
412 #define os_malloc(s) malloc((s)) macro
H A Dcommon.c335 buf = os_malloc((strlen(str) + 1) * sizeof(TCHAR));
520 str = os_malloc(*len + 1);
535 tstr = os_malloc(tlen + 1);
541 str = os_malloc(tlen + 1);
557 str = os_malloc(tlen + 1);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_unix.c223 buf = os_malloc(len);
244 ret = os_malloc(ret_len);
355 buf = os_malloc(*len);
408 void * os_malloc(size_t size) function
429 return os_malloc(size);
439 n = os_malloc(size);
475 void *ptr = os_malloc(size);
487 d = os_malloc(len + 1);
H A Dos_internal.c144 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);
H A Dbase64.c42 out = os_malloc(olen);
119 pos = out = os_malloc(olen);
H A Dos.h222 * os_malloc - Allocate dynamic memory
228 void * os_malloc(size_t size);
232 * @ptr: Old buffer from os_malloc() or os_realloc()
244 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
406 void * os_malloc(size_t size);
411 #ifndef os_malloc
412 #define os_malloc(s) malloc((s)) macro
H A Dcommon.c335 buf = os_malloc((strlen(str) + 1) * sizeof(TCHAR));
520 str = os_malloc(*len + 1);
535 tstr = os_malloc(tlen + 1);
541 str = os_malloc(tlen + 1);
557 str = os_malloc(tlen + 1);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-eax.c46 buf = os_malloc(buf_len);
110 buf = os_malloc(buf_len);
/external/wpa_supplicant_8/src/crypto/
H A Daes-eax.c46 buf = os_malloc(buf_len);
110 buf = os_malloc(buf_len);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-eax.c46 buf = os_malloc(buf_len);
110 buf = os_malloc(buf_len);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_psk.c59 data->id_p = os_malloc(identity_len);
119 data->id_s = os_malloc(data->id_s_len);
148 buf = os_malloc(buflen);
230 buf = os_malloc(buflen);
276 decrypted = os_malloc(left);
428 key = os_malloc(EAP_MSK_LEN);
448 id = os_malloc(*len);
469 key = os_malloc(EAP_EMSK_LEN);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client_write.c65 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/eap_peer/
H A Deap_psk.c59 data->id_p = os_malloc(identity_len);
119 data->id_s = os_malloc(data->id_s_len);
148 buf = os_malloc(buflen);
230 buf = os_malloc(buflen);
276 decrypted = os_malloc(left);
428 key = os_malloc(EAP_MSK_LEN);
448 id = os_malloc(*len);
469 key = os_malloc(EAP_EMSK_LEN);
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client_write.c65 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/wpa_supplicant/src/eap_peer/
H A Deap_psk.c59 data->id_p = os_malloc(identity_len);
119 data->id_s = os_malloc(data->id_s_len);
148 buf = os_malloc(buflen);
230 buf = os_malloc(buflen);
276 decrypted = os_malloc(left);
428 key = os_malloc(EAP_MSK_LEN);
448 id = os_malloc(*len);
469 key = os_malloc(EAP_EMSK_LEN);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client_write.c65 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);

Completed in 347 milliseconds

1234567891011>>