mbedTLS
mbedtls_ssl_config::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_config::key_cert
mbedtls_ssl_config::key_cert field
own certificate/key pair(s)
Syntax
Show:
Summary
Declaration
from
ssl.h:897
mbedtls_ssl_key_cert
*
key_cert
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ssl_key_cert
*
key_cert
;
/*!< own certificate/key pair(s) */
ssl.h:897
key_cert
=
ssl
->
conf
->
key_cert
;
ssl_internal.h:669
mbedtls_ssl_own_key()
key_cert
=
ssl
->
conf
->
key_cert
;
ssl_internal.h:681
mbedtls_ssl_own_cert()
list
=
ssl
->
conf
->
key_cert
;
ssl_srv.c:713
ssl_pick_cert()
return
(
ssl_append_key_cert
(
&
conf
->
key_cert
,
own_cert
,
pk_key
)
)
;
ssl_tls.c:7270
mbedtls_ssl_conf_own_cert()
ssl_key_cert_free
(
conf
->
key_cert
)
;
ssl_tls.c:9246
mbedtls_ssl_config_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::key_cert
is read by 4 functions:
All items filtered out
mbedtls_ssl_config::key_cert
mbedtls_ssl_own_key()
mbedtls_ssl_own_cert()
ssl_pick_cert()
mbedtls_ssl_config_free()
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