mbedTLS
mbedtls_ssl_handshake_params::key_cert
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
STM32 Libraries and Samples
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_internal.h:296
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_internal.h:296
if
(
ssl
->
handshake
!=
NULL
&&
ssl
->
handshake
->
key_cert
!=
NULL
)
ssl_internal.h:666
mbedtls_ssl_own_key()
key_cert
=
ssl
->
handshake
->
key_cert
;
ssl_internal.h:667
mbedtls_ssl_own_key()
if
(
ssl
->
handshake
!=
NULL
&&
ssl
->
handshake
->
key_cert
!=
NULL
)
ssl_internal.h:678
mbedtls_ssl_own_cert()
key_cert
=
ssl
->
handshake
->
key_cert
;
ssl_internal.h:679
mbedtls_ssl_own_cert()
ssl
->
handshake
->
key_cert
=
cur
;
ssl_srv.c:789
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