Function bearssl::br_ssl_engine_sendapp_ack [] [src]

pub unsafe extern "C" fn br_ssl_engine_sendapp_ack(
    cc: *mut br_ssl_engine_context,
    len: usize
)

\brief Inform the engine of some new application data.

After writing len bytes in the buffer returned by br_ssl_engine_sendapp_buf(), the application shall call this function to trigger any relevant processing. The len parameter MUST NOT be 0, and MUST NOT exceed the value obtained in the br_ssl_engine_sendapp_buf() call.

\param cc SSL engine context. \param len number of bytes pushed (not zero).