ESP-IDF + 0/2 examples
SourceVu will show references to esp_tls from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
TLS/SSL context.
mbedTLS entropy context structure.
mbedTLS ctr drbg context structure. CTR_DRBG is deterministic random bit generation based on AES-256.
TLS/SSL configuration to be shared between mbedtls_ssl_context structures.
mbedTLS wrapper type for sockets.
Container for the X.509 CA certificate.
Pointer to the cacert being used.
int
Underlying socket file descriptor.
ssize_t (*)(esp_tls_t *tls, char *data, size_t datalen)
Callback function for reading data from TLS/SSL connection.
ssize_t (*)(esp_tls_t *tls, const char *data, size_t datalen)
Callback function for writing data to TLS/SSL connection.
ESP-TLS Connection state.
fd_set
read file descriptors.
fd_set
write file descriptors.
bool
indicates connection type (TLS or NON-TLS).
esp-tls role - ESP_TLS_CLIENT - ESP_TLS_SERVER.
handle to error descriptor.

References

from examples