mbedtls_ssl_setup() is only used within mbed TLS Library.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

0 if successful, or MBEDTLS_ERR_SSL_ALLOC_FAILED if memory allocation failed

Notes

No copy of the configuration context is made, it can be shared by many mbedtls_ssl_context structures. If #MBEDTLS_USE_PSA_CRYPTO is enabled, the PSA crypto subsystem must have been initialized by calling psa_crypto_init() before calling this function.

References

from examples