mbedTLS
mbedtls_ssl_handshake_params::key_cert
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_handshake_params::key_cert
mbedtls_ssl_handshake_params::key_cert field
chosen key/cert pair (server)
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:827
mbedtls_ssl_key_cert
*
key_cert
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ssl_key_cert
*
key_cert
;
/*!< chosen key/cert pair (server) */
ssl_misc.h:827
if
(
ssl
->
handshake
!=
NULL
&&
ssl
->
handshake
->
key_cert
!=
NULL
)
{
ssl_misc.h:1654
mbedtls_ssl_own_key()
key_cert
=
ssl
->
handshake
->
key_cert
;
ssl_misc.h:1655
mbedtls_ssl_own_key()
if
(
ssl
->
handshake
!=
NULL
&&
ssl
->
handshake
->
key_cert
!=
NULL
)
{
ssl_misc.h:1667
mbedtls_ssl_own_cert()
key_cert
=
ssl
->
handshake
->
key_cert
;
ssl_misc.h:1668
mbedtls_ssl_own_cert()
ssl
->
handshake
->
key_cert
=
cur
;
ssl_tls12_server.c:782
ssl_pick_cert()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_handshake_params::key_cert
is written by 1 function and is read by 2 functions:
ssl_pick_cert()
All items filtered out
mbedtls_ssl_handshake_params::key_cert
mbedtls_ssl_own_key()
mbedtls_ssl_own_cert()
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