Lines Matching refs:out_data
1120 struct wpabuf **out_data) in eap_ttls_encrypt_response() argument
1129 resp, out_data)) { in eap_ttls_encrypt_response()
1296 struct wpabuf **out_data) in eap_ttls_process_decrypted() argument
1349 out_data) < 0) in eap_ttls_process_decrypted()
1368 struct wpabuf **out_data) in eap_ttls_implicit_identity_request() argument
1404 out_data); in eap_ttls_implicit_identity_request()
1420 struct wpabuf **out_data) in eap_ttls_phase2_start() argument
1435 *out_data = eap_peer_tls_build_ack(identifier, EAP_TYPE_TTLS, in eap_ttls_phase2_start()
1444 out_data); in eap_ttls_phase2_start()
1451 struct wpabuf **out_data) in eap_ttls_decrypt() argument
1474 sm, data, ret, identifier, out_data); in eap_ttls_decrypt()
1483 out_data); in eap_ttls_decrypt()
1490 identifier, NULL, out_data); in eap_ttls_decrypt()
1520 &parse, in_decrypted, out_data); in eap_ttls_decrypt()
1540 struct wpabuf **out_data) in eap_ttls_process_handshake() argument
1550 *out_data = data->pending_resp; in eap_ttls_process_handshake()
1572 in_data, out_data); in eap_ttls_process_handshake()
1584 data->pending_resp = *out_data; in eap_ttls_process_handshake()
1585 *out_data = NULL; in eap_ttls_process_handshake()
1601 if (*out_data == NULL || wpabuf_len(*out_data) == 0) { in eap_ttls_process_handshake()
1603 NULL, out_data)) { in eap_ttls_process_handshake()
1618 data->pending_phase2_req = *out_data; in eap_ttls_process_handshake()
1619 *out_data = NULL; in eap_ttls_process_handshake()
1621 out_data); in eap_ttls_process_handshake()