mbedTLS
mbedtls_ssl_cache_context::chain
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_cache_context::chain
mbedtls_ssl_cache_context::chain field
Syntax
Show:
Summary
Declaration
from
ssl_cache.h:68
mbedtls_ssl_cache_entry
*
MBEDTLS_PRIVATE
(
chain
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ssl_cache_entry
*
MBEDTLS_PRIVATE
(
chain
)
;
/*!< start of the chain */
ssl_cache.h:68
for
(
cur
=
cache
->
chain
;
cur
!=
NULL
;
cur
=
cur
->
next
)
{
ssl_cache.c:48
ssl_cache_find_entry()
for
(
cur
=
cache
->
chain
;
cur
!=
NULL
;
cur
=
cur
->
next
)
{
ssl_cache.c:152
ssl_cache_pick_writing_slot()
for
(
cur
=
cache
->
chain
;
cur
!=
NULL
;
cur
=
cur
->
next
)
{
ssl_cache.c:169
ssl_cache_pick_writing_slot()
cache
->
chain
=
cur
;
ssl_cache.c:193
ssl_cache_pick_writing_slot()
if
(
entry
==
cache
->
chain
)
{
ssl_cache.c:344
mbedtls_ssl_cache_remove()
cache
->
chain
=
entry
->
next
;
ssl_cache.c:345
mbedtls_ssl_cache_remove()
for
(
prev
=
cache
->
chain
;
prev
->
next
!=
NULL
;
prev
=
prev
->
next
)
{
ssl_cache.c:348
mbedtls_ssl_cache_remove()
cur
=
cache
->
chain
;
ssl_cache.c:394
mbedtls_ssl_cache_free()
cache
->
chain
=
NULL
;
ssl_cache.c:407
mbedtls_ssl_cache_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_cache_context::chain
is written by 3 functions and is read by 4 functions:
ssl_cache_pick_writing_slot()
mbedtls_ssl_cache_remove()
mbedtls_ssl_cache_free()
All items filtered out
mbedtls_ssl_cache_context::chain
ssl_cache_find_entry()
ssl_cache_pick_writing_slot()
mbedtls_ssl_cache_remove()
mbedtls_ssl_cache_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