Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:out_data

503  * @out_data: Buffer for returning a pointer to application data (if available)
509 struct wpabuf **out_data)
540 *out_data = appl_data;
557 * @out_data: Buffer for returning the allocated output buffer
562 struct wpabuf **out_data)
603 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
605 if (*out_data == NULL)
608 flags = wpabuf_put(*out_data, 1);
614 wpabuf_put_be32(*out_data, wpabuf_len(data->tls_out));
617 wpabuf_put_data(*out_data,
638 * @out_data: Buffer for returning a pointer to the response message
647 * out_data is used to return the response message if the return value of this
650 * *out_data is not %NULL.
661 struct wpabuf **out_data)
665 *out_data = NULL;
679 out_data);
726 out_data);
969 * @out_data: Buffer for returning a pointer to the encrypted response message
975 struct wpabuf **out_data)
991 out_data);