mbedTLS + 0/3 examples
SourceVu will show references to mbedtls_ssl_setup() from the following samples and libraries:
 
Symbols
loading...
Files
loading (2/5)...
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData Use

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 0/3 examples