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

1 2 3 4 5 6 7 8

  /external/mesa3d/src/gallium/auxiliary/os/
os_memory.h 49 os_malloc(size_t size);
os_memory_aligned.h 76 ptr = (char *) os_malloc(alloc_size);
os_memory_debug.h 80 #define os_malloc( _size ) \ macro
os_memory_stdc.h 43 #define os_malloc(_size) malloc(_size) macro
  /external/wpa_supplicant_8/src/utils/
os_internal.c 157 buf = os_malloc(len);
175 ret = os_malloc(ret_len);
228 buf = os_malloc(*len);
254 void *n = os_malloc(size);
261 void * os_malloc(size_t size) function
339 res = os_malloc(len + 1);
os_unix.c 293 buf = os_malloc(len);
314 ret = os_malloc(ret_len);
447 buf = os_malloc(*len);
539 void *r = os_malloc(len);
567 if (i < res && os_strcmp(func[i], "os_malloc") == 0)
715 void * os_malloc(size_t size) function
740 return os_malloc(size);
750 n = os_malloc(size);
786 void *ptr = os_malloc(size);
798 d = os_malloc(len + 1)
    [all...]
wpa_debug.c 289 strbuf = os_malloc(1 + 3 * slen);
324 strbuf = os_malloc(1 + 3 * len);
619 buf = os_malloc(buflen);
659 buf = os_malloc(buflen);
684 buf = os_malloc(buflen);
714 buf = os_malloc(buflen);
739 buf = os_malloc(buflen);
766 buf = os_malloc(buflen);
805 buf = os_malloc(buflen);
base64.c 36 out = os_malloc(olen);
108 pos = out = os_malloc(olen);
os.h 304 * os_malloc - Allocate dynamic memory
310 void * os_malloc(size_t size);
314 * @ptr: Old buffer from os_malloc() or os_realloc()
326 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
479 void * os_malloc(size_t size);
484 #ifndef os_malloc
485 #define os_malloc(s) malloc((s)) macro
624 * This function allocates a memory block like os_malloc() would, and
os_none.c 124 void * os_malloc(size_t size) function
edit_readline.c 132 char *ps2 = os_malloc(blen);
common.c 454 buf = os_malloc((strlen(str) + 1) * sizeof(TCHAR));
658 str = os_malloc(tlen + 1);
674 str = os_malloc(tlen + 1);
761 res = os_malloc(len + 1);
840 buf = os_malloc(maxlen);
  /external/wpa_supplicant_8/src/crypto/
aes-eax.c 46 buf = os_malloc(buf_len);
110 buf = os_malloc(buf_len);
aes-internal-enc.c 102 rk = os_malloc(AES_PRIV_SIZE);
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 48 #define MALLOC(_size) os_malloc(_size)
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.c 403 sign_data = os_malloc(sign_len);
495 decrypted = os_malloc(decrypted_len);
650 keybuf = os_malloc(keybuf_len);
662 keys->SK_d = os_malloc(keys->SK_d_len);
670 keys->SK_ai = os_malloc(keys->SK_integ_len);
678 keys->SK_ar = os_malloc(keys->SK_integ_len);
686 keys->SK_ei = os_malloc(keys->SK_encr_len);
694 keys->SK_er = os_malloc(keys->SK_encr_len);
702 keys->SK_pi = os_malloc(keys->SK_prf_len);
710 keys->SK_pr = os_malloc(keys->SK_prf_len)
    [all...]
eap_ikev2_common.c 31 nonces = os_malloc(nlen);
eap_gpsk_common.c 141 data = os_malloc(data_len);
299 seed = os_malloc(2 * EAP_GPSK_RAND_LEN + id_server_len + id_peer_len);
372 data = os_malloc(data_len);
443 seed = os_malloc(2 * EAP_GPSK_RAND_LEN + id_server_len + id_peer_len);
eap_eke_common.c 345 id = os_malloc(id_s_len + id_p_len);
476 data = os_malloc(data_len);
517 data = os_malloc(data_len);
562 data = os_malloc(data_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);
  /external/wpa_supplicant_8/hs20/client/
est.c 129 buf = os_malloc(buflen);
169 pkcs7 = os_malloc(resp_len);
505 txt = os_malloc(rlen + 1);
599 buf = os_malloc(buflen);
690 buf = os_malloc(buflen);
733 pkcs7 = os_malloc(resp_len);
  /external/wpa_supplicant_8/wpa_supplicant/
autoscan.c 86 scan_plans = os_malloc(sizeof(*wpa_s->sched_scan_plans));
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_write.c 85 hello = os_malloc(len);
352 csecret = os_malloc(csecret_len);
382 dh_yc = os_malloc(dh_yc_len);
428 shared = os_malloc(shared_len);
881 msg = os_malloc(msglen);
919 msg = os_malloc(1000);
959 return os_malloc(1);
978 alert = os_malloc(10);
pkcs5.c 435 D = os_malloc(v);
443 I = os_malloc(S_len + P_len);
456 B = os_malloc(v);
523 pw = os_malloc(2 * (pw_len + 1));
616 eb = os_malloc(enc_data_len);
  /external/wpa_supplicant_8/src/eap_peer/
eap_ikev2.c 453 key = os_malloc(EAP_MSK_LEN);
471 key = os_malloc(EAP_EMSK_LEN);
492 sid = os_malloc(sid_len);

Completed in 623 milliseconds

1 2 3 4 5 6 7 8