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
STM32 Libraries and Samples
mbedTLS
mbedtls_ssl_key_cert::next
mbedtls_ssl_key_cert::next field
next key/cert pair
Syntax
Show:
Summary
Declaration
from
ssl_internal.h:473
mbedtls_ssl_key_cert
*
next
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ssl_key_cert
*
next
;
/*!< next key/cert pair */
ssl_internal.h:473
for
(
cur
=
list
;
cur
!=
NULL
;
cur
=
cur
->
next
)
ssl_srv.c:726
ssl_pick_cert()
new_cert
->
next
=
NULL
;
ssl_tls.c:7248
ssl_append_key_cert()
while
(
cur
->
next
!=
NULL
)
ssl_tls.c:7258
ssl_append_key_cert()
cur
=
cur
->
next
;
ssl_tls.c:7259
ssl_append_key_cert()
cur
->
next
=
new_cert
;
ssl_tls.c:7260
ssl_append_key_cert()
next
=
cur
->
next
;
ssl_tls.c:8773
ssl_key_cert_free()
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_pick_cert()
ssl_append_key_cert()
ssl_key_cert_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