Searched refs:os_malloc (Results 51 - 75 of 166) sorted by relevance

1234567

/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c74 data->peer_challenge = os_malloc(CHALLENGE_LEN);
333 buf = os_malloc(name_len * 4 + 1);
551 key = os_malloc(*len);
H A Deap_server_ttls.c231 parse->eap = os_malloc(dlen);
432 pos = req = os_malloc(100);
1044 nbuf = os_malloc(parse.user_name_len * 4 + 1);
1054 sm->identity = os_malloc(parse.user_name_len);
1230 sm->identity = os_malloc(id_len ? id_len : 1);
1315 emsk = os_malloc(EAP_EMSK_LEN);
H A Deap_server_tls_common.c114 out = os_malloc(len);
155 out = os_malloc(*len);
H A Deap_server_eke.c470 data->peerid = os_malloc(end - pos);
734 key = os_malloc(EAP_MSK_LEN);
752 key = os_malloc(EAP_EMSK_LEN);
779 sid = os_malloc(sid_len);
H A Deap_server_gtc.c144 sm->identity = os_malloc(sm->identity_len);
H A Deap_server_sim.c443 new_identity = os_malloc(attr->identity_len);
790 key = os_malloc(EAP_SIM_KEYING_DATA_LEN);
807 key = os_malloc(EAP_EMSK_LEN);
832 id = os_malloc(*len);
H A Dikev2.c65 buf = os_malloc(buf_len);
547 data->IDr = os_malloc(idr_len);
1142 data->shared_secret = os_malloc(16);
1150 data->shared_secret = os_malloc(secret_len);
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c322 dst->rsp_buf = os_malloc(send_len);
494 sbuf = os_malloc(llen + len);
742 dst->rsp_buf = os_malloc(send_len);
H A Dctrl_iface_udp.c182 reply = os_malloc(7 + 2 * COOKIE_LEN + 1);
463 sbuf = os_malloc(llen + len);
527 reply = os_malloc(7 + 2 * COOKIE_LEN + 1);
H A Dconfig.c122 buf = os_malloc(len + 3);
225 value = os_malloc(20);
308 value = os_malloc(2 * 20 * num);
363 value = os_malloc(20);
498 char *buf = os_malloc(len);
1402 hash = os_malloc(16);
1449 buf = os_malloc(5 + 32 + 1);
1607 value = os_malloc(20);
2506 buf = os_malloc(len + 3);
2784 cred->eap_method = os_malloc(sizeo
[all...]
H A Dp2p_supplicant_sd.c117 tmp = os_malloc(DNS_HEADER_LEN + P2P_SD_IN_MEMORY_LEN + msg_len);
429 str = os_malloc(query_len);
705 buf = os_malloc(buf_len);
910 buf = os_malloc(buf_len);
H A Dpreauth_test.c51 hdr = os_malloc(*msg_len);
/freebsd-11.0-release/contrib/wpa/src/tls/
H A Dtlsv1_cred.c394 cred->dh_p = os_malloc(hdr.length);
416 cred->dh_g = os_malloc(hdr.length);
H A Dpkcs1.c208 decrypted = os_malloc(s_len);
H A Dpkcs5.c198 eb = os_malloc(enc_data_len);
H A Dtlsv1_client_read.c468 conn->dh_p = os_malloc(conn->dh_p_len);
483 conn->dh_g = os_malloc(conn->dh_g_len);
500 conn->dh_ys = os_malloc(conn->dh_ys_len);
1007 *out_data = os_malloc(left);
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dauthsrv.c74 user->password = os_malloc(eap_user->password_len);
H A Dpreauth_auth.c250 ethhdr = os_malloc(sizeof(*ethhdr) + len);
H A Dwpa_auth_ie.c388 os_malloc(wpa_auth->conf.own_ie_override_len);
428 wpa_auth->wpa_ie = os_malloc(pos - buf);
725 sm->wpa_ie = os_malloc(wpa_ie_len);
752 sm->wpa_ie = os_malloc(osen_ie_len);
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Daes-internal-dec.c63 rk = os_malloc(AES_PRIV_SIZE);
H A Daes-siv.c91 buf = os_malloc(len[i]);
/freebsd-11.0-release/contrib/wpa/src/eap_common/
H A Deap_fast_common.c101 out = os_malloc(len);
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_mschapv2.c112 data->peer_challenge = os_malloc(MSCHAPV2_CHAL_LEN);
122 data->auth_challenge = os_malloc(MSCHAPV2_CHAL_LEN);
310 config->password = os_malloc(16);
855 key = os_malloc(key_len);
H A Dtncc.c130 os_malloc(typeCount * sizeof(TNC_MessageType));
562 char *buf = os_malloc(1000);
573 char *buf = os_malloc(100);
936 val = os_malloc(buflen);
/freebsd-11.0-release/contrib/wpa/src/l2_packet/
H A Dl2_packet_privsep.c153 l2->own_socket_path = os_malloc(len);

Completed in 241 milliseconds

1234567