Lines Matching full:cache
845 * \brief Callback type: server-side session cache getter
847 * The session cache is logically a key value store, with
853 * \param data The address of the session cache structure to query.
872 * \brief Callback type: server-side session cache setter
874 * The session cache is logically a key value store, with
880 * \param data The address of the session cache structure to modify.
884 * session cache.
1413 /** Callback to retrieve a session from the cache */
1415 /** Callback to store a session into the cache */
1417 void *MBEDTLS_PRIVATE(p_cache); /*!< context for cache callbacks */
2976 * \brief Set the session cache callbacks (server-side only)
2980 * The session cache has the responsibility to check for stale
2984 * connection shutdown, so do not cache the pointer! Either set
2993 * if it is properly present in cache entry.
2999 * should create a cache entry for future retrieval based on
3072 * of session cache or session tickets.
3108 * of session cache or session tickets.