mbedtls_ssl_session_load() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

\c 0 if successful. #MBEDTLS_ERR_SSL_ALLOC_FAILED if memory allocation failed. #MBEDTLS_ERR_SSL_BAD_INPUT_DATA if input data is invalid. #MBEDTLS_ERR_SSL_VERSION_MISMATCH if the serialized data was generated in a different version or configuration of Mbed TLS. Another negative value for other kinds of errors (for example, unsupported features in the embedded certificate).

References