Lines Matching defs:context
1301 * Initialize an SSL context
1391 * Setup an SSL context
1476 * Reset an initialized and used SSL context for re-use while retaining
1616 * Reset an initialized and used SSL context for re-use while retaining
4997 * Serialize a full SSL context
5032 * 5. value will be provided by the user again (eg I/O callbacks and context)
5222 MBEDTLS_SSL_DEBUG_BUF(4, "saved context", buf, used);
5228 * Deserialize context, see mbedtls_ssl_context_save() for format.
5247 * The context should have been freshly setup or reset.
5272 MBEDTLS_SSL_DEBUG_BUF(4, "context to load", buf, len);
5496 * Deserialize context: public wrapper for error cleaning
5498 int mbedtls_ssl_context_load(mbedtls_ssl_context *context,
5502 int ret = ssl_context_load(context, buf, len);
5505 mbedtls_ssl_free(context);
5513 * Free an SSL context
7949 MBEDTLS_SSL_DEBUG_MSG(3, ("Use context-specific verification callback"));