HomeSort by: relevance | last modified time | path
    Searched refs:os_malloc (Results 1 - 25 of 189) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/bsd/wpa/dist/src/utils/
os_internal.c 163 buf = os_malloc(len);
181 ret = os_malloc(ret_len);
234 buf = os_malloc(*len);
260 void *n = os_malloc(size);
267 void * os_malloc(size_t size) function
345 res = os_malloc(len + 1);
os_unix.c 305 buf = os_malloc(len);
326 ret = os_malloc(ret_len);
440 buf = os_malloc(*len);
532 void *r = os_malloc(len);
551 "os_malloc", "os_zalloc", "os_calloc", "os_realloc",
727 void * os_malloc(size_t size) function
752 return os_malloc(size);
762 n = os_malloc(size);
798 void *ptr = os_malloc(size);
810 d = os_malloc(len + 1)
    [all...]
wpa_debug.c 296 strbuf = os_malloc(1 + 3 * slen);
331 strbuf = os_malloc(1 + 3 * len);
659 buf = os_malloc(buflen);
699 buf = os_malloc(buflen);
724 buf = os_malloc(buflen);
754 buf = os_malloc(buflen);
779 buf = os_malloc(buflen);
806 buf = os_malloc(buflen);
845 buf = os_malloc(buflen);
base64.c 42 out = os_malloc(olen);
113 pos = out = os_malloc(olen);
os.h 324 * os_malloc - Allocate dynamic memory
330 void * os_malloc(size_t size);
334 * @ptr: Old buffer from os_malloc() or os_realloc()
346 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
499 void * os_malloc(size_t size);
504 #ifndef os_malloc
505 #define os_malloc(s) malloc((s)) macro
644 * 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);
  /src/external/bsd/wpa/dist/src/crypto/
aes-eax.c 46 buf = os_malloc(buf_len);
110 buf = os_malloc(buf_len);
crypto_nettle.c 60 ctx = os_malloc(alg->context_size);
251 ctx = os_malloc(sizeof(*ctx));
282 ctx = os_malloc(sizeof(*ctx));
aes-internal-enc.c 106 rk = os_malloc(AES_PRIV_SIZE);
  /src/external/bsd/wpa/dist/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 322 id = os_malloc(id_s_len + id_p_len);
454 data = os_malloc(data_len);
495 data = os_malloc(data_len);
540 data = os_malloc(data_len);
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_identity.c 123 buf = os_malloc(len * 4 + 1);
132 sm->identity = os_malloc(len ? len : 1);
eap_server_tls_common.c 121 out = os_malloc(len);
164 id = os_malloc(*len);
186 out = os_malloc(*len);
  /src/external/bsd/wpa/dist/hs20/client/
est.c 127 buf = os_malloc(buflen);
167 pkcs7 = os_malloc(resp_len);
491 txt = os_malloc(rlen + 1);
585 buf = os_malloc(buflen);
674 buf = os_malloc(buflen);
712 pkcs7 = os_malloc(resp_len);
  /src/external/bsd/wpa/dist/wpa_supplicant/
autoscan.c 86 scan_plans = os_malloc(sizeof(*wpa_s->sched_scan_plans));
ctrl_iface_udp.c 202 reply = os_malloc(7 + 2 * COOKIE_LEN + 1);
238 buf = os_malloc(CTRL_IFACE_MAX_LEN + 1);
546 sbuf = os_malloc(llen + len);
604 reply = os_malloc(7 + 2 * COOKIE_LEN + 1);
639 buf = os_malloc(CTRL_IFACE_MAX_LEN + 1);
  /src/external/bsd/wpa/dist/src/tls/
tlsv1_client_write.c 76 hello = os_malloc(len);
343 csecret = os_malloc(csecret_len);
373 dh_yc = os_malloc(dh_yc_len);
419 shared = os_malloc(shared_len);
872 msg = os_malloc(msglen);
910 msg = os_malloc(1000);
950 return os_malloc(1);
969 alert = os_malloc(10);
pkcs5.c 413 D = os_malloc(v);
421 I = os_malloc(S_len + P_len);
434 B = os_malloc(v);
501 pw = os_malloc(2 * (pw_len + 1));
594 eb = os_malloc(enc_data_len);
  /src/external/bsd/wpa/dist/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);
eap_psk.c 59 data->id_p = os_malloc(identity_len);
147 buf = os_malloc(buflen);
229 buf = os_malloc(buflen);
445 id = os_malloc(*len);
eap_vendor_test.c 157 key = os_malloc(key_len);
  /src/external/bsd/wpa/dist/hostapd/
sae_pk_gen.c 95 data = os_malloc(data_len);

Completed in 32 milliseconds

1 2 3 4 5 6 7 8