Lines Matching defs:out_data
578 * @out_data: Buffer for returning a pointer to application data (if available)
584 struct wpabuf **out_data)
613 *out_data = appl_data;
630 * @out_data: Buffer for returning the allocated output buffer
636 struct wpabuf **out_data)
677 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
679 if (*out_data == NULL)
682 flags = wpabuf_put(*out_data, 1);
688 wpabuf_put_be32(*out_data, wpabuf_len(data->tls_out));
691 wpabuf_put_data(*out_data,
711 * @out_data: Buffer for returning a pointer to the response message
720 * out_data is used to return the response message if the return value of this
723 * *out_data is not %NULL.
734 struct wpabuf **out_data)
738 *out_data = NULL;
752 int res = eap_tls_process_input(sm, data, in_data, out_data);
813 out_data);
1067 * @out_data: Buffer for returning a pointer to the encrypted response message
1073 struct wpabuf **out_data)
1089 out_data);