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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_memory.h 49 os_malloc(size_t size);
os_memory_aligned.h 50 ptr = (char *) os_malloc(size + alignment + sizeof(void *));
os_memory_debug.h 71 #define os_malloc( _size ) \ macro
os_memory_stdc.h 43 #define os_malloc(_size) malloc(_size) macro
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory.h 49 os_malloc(size_t size);
os_memory_aligned.h 50 ptr = (char *) os_malloc(size + alignment + sizeof(void *));
os_memory_debug.h 71 #define os_malloc( _size ) \ macro
os_memory_stdc.h 43 #define os_malloc(_size) malloc(_size) macro
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_memory.h 48 #define MALLOC(_size) os_malloc(_size)
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 48 #define MALLOC(_size) os_malloc(_size)
  /external/wpa_supplicant_8/src/utils/
os_internal.c 155 buf = os_malloc(len);
173 ret = os_malloc(ret_len);
226 buf = os_malloc(*len);
246 void *n = os_malloc(size);
253 void * os_malloc(size_t size) function
331 res = os_malloc(len + 1);
base64.c 42 out = os_malloc(olen);
119 pos = out = os_malloc(olen);
os_unix.c 261 buf = os_malloc(len);
282 ret = os_malloc(ret_len);
393 buf = os_malloc(*len);
470 void * os_malloc(size_t size) function
491 return os_malloc(size);
501 n = os_malloc(size);
537 void *ptr = os_malloc(size);
549 d = os_malloc(len + 1);
wpa_debug.c 289 strbuf = os_malloc(1 + 3 * slen);
324 strbuf = os_malloc(1 + 3 * len);
607 buf = os_malloc(buflen);
647 buf = os_malloc(buflen);
672 buf = os_malloc(buflen);
702 buf = os_malloc(buflen);
727 buf = os_malloc(buflen);
766 buf = os_malloc(buflen);
os.h 297 * os_malloc - Allocate dynamic memory
303 void * os_malloc(size_t size);
307 * @ptr: Old buffer from os_malloc() or os_realloc()
319 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
472 void * os_malloc(size_t size);
477 #ifndef os_malloc
478 #define os_malloc(s) malloc((s)) macro
os_none.c 112 void * os_malloc(size_t size) function
  /external/wpa_supplicant_8/src/crypto/
aes-eax.c 46 buf = os_malloc(buf_len);
110 buf = os_malloc(buf_len);
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.c 400 sign_data = os_malloc(sign_len);
492 decrypted = os_malloc(decrypted_len);
647 keybuf = os_malloc(keybuf_len);
659 keys->SK_d = os_malloc(keys->SK_d_len);
667 keys->SK_ai = os_malloc(keys->SK_integ_len);
675 keys->SK_ar = os_malloc(keys->SK_integ_len);
683 keys->SK_ei = os_malloc(keys->SK_encr_len);
691 keys->SK_er = os_malloc(keys->SK_encr_len);
699 keys->SK_pi = os_malloc(keys->SK_prf_len);
707 keys->SK_pr = os_malloc(keys->SK_prf_len)
    [all...]
eap_ikev2_common.c 31 nonces = os_malloc(nlen);
  /external/wpa_supplicant_8/src/eap_peer/
eap_psk.c 59 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);
eap_ikev2.c 86 data->ikev2.IDr = os_malloc(identity_len);
94 data->ikev2.shared_secret = os_malloc(password_len);
447 key = os_malloc(EAP_MSK_LEN);
465 key = os_malloc(EAP_EMSK_LEN);
486 sid = os_malloc(sid_len);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_identity.c 123 buf = os_malloc(len * 4 + 1);
132 sm->identity = os_malloc(len ? len : 1);
eap_server_psk.c 114 buf = os_malloc(buflen);
239 data->id_p = os_malloc(left);
298 buf = os_malloc(buflen);
374 decrypted = os_malloc(left);
453 key = os_malloc(EAP_MSK_LEN);
471 key = os_malloc(EAP_EMSK_LEN);
  /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/hs20/client/
est.c 104 buf = os_malloc(buflen);
144 pkcs7 = os_malloc(resp_len);
459 txt = os_malloc(rlen + 1);
551 buf = os_malloc(buflen);
642 buf = os_malloc(buflen);
685 pkcs7 = os_malloc(resp_len);

Completed in 1206 milliseconds

1 2 3 4 5 6 7 8