Lines Matching defs:session
152 * Rotate active session ticket encryption key
286 * Create session ticket, with the following structure:
300 const mbedtls_ssl_session *session,
326 * in addition to session itself, that will be checked when writing it. */
349 /* Dump session state */
350 if ((ret = mbedtls_ssl_session_save(session,
416 * Load session ticket (see mbedtls_ssl_ticket_write for structure)
419 mbedtls_ssl_session *session,
499 /* Actually load session */
500 if ((ret = mbedtls_ssl_session_load(session, ticket, clear_len)) != 0) {
509 ret = mbedtls_ssl_session_get_ticket_creation_time(session,