Skip to main content

mbedtls_ssl_ticket_parse

Function mbedtls_ssl_ticket_parse 

Source
pub unsafe extern "C" fn mbedtls_ssl_ticket_parse(
    p_ticket: *mut c_void,
    session: *mut mbedtls_ssl_session,
    buf: *mut c_uchar,
    len: usize,
) -> c_int
Expand description

\brief Implementation of the ticket parse callback

\note See \c mbedtls_ssl_ticket_parse_t for description