mbedTLS
mbedtls_ssl_key_cert::next
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_key_cert::next
mbedtls_ssl_key_cert::next field
next key/cert pair
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:1250
mbedtls_ssl_key_cert
*
next
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ssl_key_cert
*
next
;
/*!< next key/cert pair */
ssl_misc.h:1250
next
=
cur
->
next
;
ssl_tls.c:1816
ssl_key_cert_free()
new_cert
->
next
=
NULL
;
ssl_tls.c:1844
ssl_append_key_cert()
while
(
cur
->
next
!=
NULL
)
{
ssl_tls.c:1851
ssl_append_key_cert()
cur
=
cur
->
next
;
ssl_tls.c:1852
ssl_append_key_cert()
cur
->
next
=
new_cert
;
ssl_tls.c:1854
ssl_append_key_cert()
for
(
cur
=
list
;
cur
!=
NULL
;
cur
=
cur
->
next
)
{
ssl_tls12_server.c:726
ssl_pick_cert()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_key_cert::next
is written by 1 function and is read by 3 functions:
ssl_append_key_cert()
All items filtered out
mbedtls_ssl_key_cert::next
ssl_key_cert_free()
ssl_append_key_cert()
ssl_pick_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