mbedTLS
mbedtls_ssl_hs_cb_t
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_hs_cb_t
mbedtls_ssl_hs_cb_t
Callback type: generic handshake callback
Syntax
Show:
Summary
Declaration
from
ssl.h:1394
typedef
int
(
*
mbedtls_ssl_hs_cb_t
)
(
mbedtls_ssl_context
*
ssl
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
int
(
*
mbedtls_ssl_hs_cb_t
)
(
mbedtls_ssl_context
*
ssl
)
;
ssl.h:1394
mbedtls_ssl_hs_cb_t
MBEDTLS_PRIVATE
(
f_cert_cb
)
;
/*!< certificate selection callback */
ssl.h:1679
mbedtls_ssl_hs_cb_t
f_cert_cb
)
ssl.h:2589
mbedtls_ssl_conf_cert_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out