mbedTLS
mbedtls_ssl_context::p_bio
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_context::p_bio
mbedtls_ssl_context::p_bio field
Syntax
Show:
Summary
Declaration
from
ssl.h:1740
void
*
MBEDTLS_PRIVATE
(
p_bio
;
Examples
References
from
examples
Code
Location
Referrer
void
*
MBEDTLS_PRIVATE
(
p_bio
)
;
/*!< context for I/O operations */
ssl.h:1740
ret
=
ssl
->
f_recv_timeout
(
ssl
->
p_bio
,
ssl
->
in_hdr
,
len
,
ssl_msg.c:2243
mbedtls_ssl_fetch_input()
ret
=
ssl
->
f_recv
(
ssl
->
p_bio
,
ssl
->
in_hdr
,
len
)
;
ssl_msg.c:2246
mbedtls_ssl_fetch_input()
ret
=
ssl
->
f_recv_timeout
(
ssl
->
p_bio
,
ssl_msg.c:2306
mbedtls_ssl_fetch_input()
ret
=
ssl
->
f_recv
(
ssl
->
p_bio
,
ssl_msg.c:2310
mbedtls_ssl_fetch_input()
ret
=
ssl
->
f_send
(
ssl
->
p_bio
,
buf
,
ssl
->
out_left
)
;
ssl_msg.c:2372
mbedtls_ssl_flush_output()
send_ret
=
ssl
->
f_send
(
ssl
->
p_bio
,
ssl
->
out_buf
,
len
)
;
ssl_msg.c:3657
ssl_handle_possible_reconnect()
ssl
->
p_bio
=
p_bio
;
ssl_tls.c:1679
mbedtls_ssl_set_bio()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::p_bio
is written by 1 function and is read by 3 functions:
mbedtls_ssl_set_bio()
All items filtered out
mbedtls_ssl_context::p_bio
mbedtls_ssl_fetch_input()
mbedtls_ssl_flush_output()
ssl_handle_possible_reconnect()
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