/external/wpa_supplicant_8/src/utils/ |
D | os_unix.c | 261 buf = os_malloc(len); in os_rel2abs_path() 282 ret = os_malloc(ret_len); in os_rel2abs_path() 393 buf = os_malloc(*len); in os_readfile() 470 void * os_malloc(size_t size) in os_malloc() function 491 return os_malloc(size); in os_realloc() 501 n = os_malloc(size); in os_realloc() 537 void *ptr = os_malloc(size); in os_zalloc() 549 d = os_malloc(len + 1); in os_strdup()
|
D | os_internal.c | 155 buf = os_malloc(len); in os_rel2abs_path() 173 ret = os_malloc(ret_len); in os_rel2abs_path() 226 buf = os_malloc(*len); in os_readfile() 246 void *n = os_malloc(size); in os_zalloc() 253 void * os_malloc(size_t size) in os_malloc() function 331 res = os_malloc(len + 1); in os_strdup()
|
D | wpa_debug.c | 289 strbuf = os_malloc(1 + 3 * slen); in _wpa_hexdump() 324 strbuf = os_malloc(1 + 3 * len); in _wpa_hexdump() 607 buf = os_malloc(buflen); in wpa_msg() 647 buf = os_malloc(buflen); in wpa_msg_ctrl() 672 buf = os_malloc(buflen); in wpa_msg_global() 702 buf = os_malloc(buflen); in wpa_msg_global_ctrl() 727 buf = os_malloc(buflen); in wpa_msg_no_global() 766 buf = os_malloc(buflen); in hostapd_logger()
|
D | os.h | 303 void * os_malloc(size_t size); 472 void * os_malloc(size_t size); 477 #ifndef os_malloc 478 #define os_malloc(s) malloc((s)) macro
|
D | base64.c | 42 out = os_malloc(olen); in base64_encode() 119 pos = out = os_malloc(olen); in base64_decode()
|
D | common.c | 335 buf = os_malloc((strlen(str) + 1) * sizeof(TCHAR)); in wpa_strdup_tchar() 539 str = os_malloc(tlen + 1); in wpa_config_parse_string() 555 str = os_malloc(tlen + 1); in wpa_config_parse_string() 634 res = os_malloc(len + 1); in dup_binstr() 713 buf = os_malloc(maxlen); in freq_range_list_str()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | ikev2_common.c | 400 sign_data = os_malloc(sign_len); in ikev2_derive_auth_data() 492 decrypted = os_malloc(decrypted_len); in ikev2_decrypt_payload() 647 keybuf = os_malloc(keybuf_len); in ikev2_derive_sk_keys() 659 keys->SK_d = os_malloc(keys->SK_d_len); in ikev2_derive_sk_keys() 667 keys->SK_ai = os_malloc(keys->SK_integ_len); in ikev2_derive_sk_keys() 675 keys->SK_ar = os_malloc(keys->SK_integ_len); in ikev2_derive_sk_keys() 683 keys->SK_ei = os_malloc(keys->SK_encr_len); in ikev2_derive_sk_keys() 691 keys->SK_er = os_malloc(keys->SK_encr_len); in ikev2_derive_sk_keys() 699 keys->SK_pi = os_malloc(keys->SK_prf_len); in ikev2_derive_sk_keys() 707 keys->SK_pr = os_malloc(keys->SK_prf_len); in ikev2_derive_sk_keys()
|
D | eap_gpsk_common.c | 140 data = os_malloc(data_len); in eap_gpsk_derive_keys_helper() 298 seed = os_malloc(2 * EAP_GPSK_RAND_LEN + id_server_len + id_peer_len); in eap_gpsk_derive_keys() 371 data = os_malloc(data_len); in eap_gpsk_derive_mid_helper() 442 seed = os_malloc(2 * EAP_GPSK_RAND_LEN + id_server_len + id_peer_len); in eap_gpsk_derive_session_id()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_psk.c | 59 data->id_p = os_malloc(identity_len); in eap_psk_init() 119 data->id_s = os_malloc(data->id_s_len); in eap_psk_process_1() 148 buf = os_malloc(buflen); in eap_psk_process_1() 230 buf = os_malloc(buflen); in eap_psk_process_3() 276 decrypted = os_malloc(left); in eap_psk_process_3() 428 key = os_malloc(EAP_MSK_LEN); in eap_psk_getKey() 448 id = os_malloc(*len); in eap_psk_get_session_id() 469 key = os_malloc(EAP_EMSK_LEN); in eap_psk_get_emsk()
|
D | eap_fast_pac.c | 117 *dst = os_malloc(src_len); in eap_fast_copy_buf() 243 buf = os_malloc(*len); in eap_fast_parse_hex() 260 rc->buf = os_malloc(rc->buf_len); in eap_fast_init_pac_data() 630 pos = buf = os_malloc(buf_len); in eap_fast_save_pac() 722 pac->a_id = os_malloc(len); in eap_fast_pac_get_a_id() 731 pac->a_id_info = os_malloc(len); in eap_fast_pac_get_a_id() 817 pac->pac_opaque = os_malloc(pac->pac_opaque_len); in eap_fast_load_pac_bin() 826 pac->pac_info = os_malloc(pac->pac_info_len); in eap_fast_load_pac_bin() 885 buf = os_malloc(len); in eap_fast_save_pac_bin()
|
D | eap_ikev2.c | 86 data->ikev2.IDr = os_malloc(identity_len); in eap_ikev2_init() 94 data->ikev2.shared_secret = os_malloc(password_len); in eap_ikev2_init() 447 key = os_malloc(EAP_MSK_LEN); in eap_ikev2_getKey() 465 key = os_malloc(EAP_EMSK_LEN); in eap_ikev2_get_emsk() 486 sid = os_malloc(sid_len); in eap_ikev2_get_session_id()
|
D | eap_sake.c | 88 data->peerid = os_malloc(identity_len); in eap_sake_init() 234 data->serverid = os_malloc(attr.serverid_len); in eap_sake_process_challenge() 445 key = os_malloc(EAP_MSK_LEN); in eap_sake_getKey() 464 id = os_malloc(*len); in eap_sake_get_session_id() 485 key = os_malloc(EAP_EMSK_LEN); in eap_sake_get_emsk()
|
D | eap_pwd.c | 113 if ((data->id_peer = os_malloc(identity_len)) == NULL) { in eap_pwd_init() 123 if ((data->password = os_malloc(password_len)) == NULL) { in eap_pwd_init() 182 key = os_malloc(EAP_MSK_LEN); in eap_pwd_getkey() 201 id = os_malloc(1 + SHA256_MAC_LEN); in eap_pwd_get_session_id() 244 data->id_server = os_malloc(payload_len - sizeof(struct eap_pwd_id)); in eap_pwd_perform_id_exchange() 442 if (((scalar = os_malloc(BN_num_bytes(data->grp->order))) == NULL) || in eap_pwd_perform_commit_exchange() 443 ((element = os_malloc(BN_num_bytes(data->grp->prime) * 2)) == in eap_pwd_perform_commit_exchange() 516 if (((cruft = os_malloc(BN_num_bytes(data->grp->prime))) == NULL) || in eap_pwd_perform_confirm_exchange() 940 if ((key = os_malloc(EAP_EMSK_LEN)) == NULL) in eap_pwd_get_emsk()
|
D | eap_gpsk.c | 99 data->id_peer = os_malloc(identity_len); in eap_gpsk_init() 120 data->psk = os_malloc(password_len); in eap_gpsk_init() 161 data->id_server = os_malloc(alen); in eap_gpsk_process_id_server() 722 key = os_malloc(EAP_MSK_LEN); in eap_gpsk_getKey() 740 key = os_malloc(EAP_EMSK_LEN); in eap_gpsk_get_emsk() 758 sid = os_malloc(data->id_len); in eap_gpsk_get_session_id()
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_client_write.c | 65 hello = os_malloc(len); in tls_send_client_hello() 215 csecret = os_malloc(csecret_len); in tlsv1_key_x_dh() 245 dh_yc = os_malloc(dh_yc_len); in tlsv1_key_x_dh() 284 shared = os_malloc(shared_len); in tlsv1_key_x_dh() 743 msg = os_malloc(msglen); in tls_send_client_key_exchange() 781 msg = os_malloc(1000); in tls_send_change_cipher_spec() 819 return os_malloc(1); in tlsv1_client_handshake_write() 838 alert = os_malloc(10); in tlsv1_client_send_alert()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_psk.c | 114 buf = os_malloc(buflen); in eap_psk_build_3() 239 data->id_p = os_malloc(left); in eap_psk_process_2() 298 buf = os_malloc(buflen); in eap_psk_process_2() 374 decrypted = os_malloc(left); in eap_psk_process_4() 453 key = os_malloc(EAP_MSK_LEN); in eap_psk_getKey() 471 key = os_malloc(EAP_EMSK_LEN); in eap_psk_get_emsk()
|
D | eap_server_identity.c | 123 buf = os_malloc(len * 4 + 1); in eap_identity_process() 132 sm->identity = os_malloc(len ? len : 1); in eap_identity_process()
|
/external/wpa_supplicant_8/src/crypto/ |
D | aes-eax.c | 46 buf = os_malloc(buf_len); in aes_128_eax_encrypt() 110 buf = os_malloc(buf_len); in aes_128_eax_decrypt()
|
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 104 buf = os_malloc(buflen); in est_load_cacerts() 144 pkcs7 = os_malloc(resp_len); in est_load_cacerts() 459 txt = os_malloc(rlen + 1); in generate_csr() 551 buf = os_malloc(buflen); in est_build_csr() 642 buf = os_malloc(buflen); in est_simple_enroll() 685 pkcs7 = os_malloc(resp_len); in est_simple_enroll()
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_memory.h | 49 os_malloc(size_t size);
|
D | os_memory_aligned.h | 50 ptr = (char *) os_malloc(size + alignment + sizeof(void *)); in os_malloc_aligned()
|
D | os_memory_stdc.h | 43 #define os_malloc(_size) malloc(_size) macro
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
D | os_memory.h | 49 os_malloc(size_t size);
|
D | os_memory_aligned.h | 50 ptr = (char *) os_malloc(size + alignment + sizeof(void *)); in os_malloc_aligned()
|
D | os_memory_stdc.h | 43 #define os_malloc(_size) malloc(_size) macro
|