mbedTLS
mbedtls_ssl_handshake_params::cur_msg_p
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_handshake_params::cur_msg_p
mbedtls_ssl_handshake_params::cur_msg_p field
Position in current message
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:899
unsigned
char
*
cur_msg_p
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
*
cur_msg_p
;
/*!< Position in current message */
ssl_misc.h:899
ssl
->
handshake
->
cur_msg_p
=
ssl
->
handshake
->
flight
->
p
+
12
;
ssl_msg.c:2540
mbedtls_ssl_flight_transmit()
if
(
is_finished
&&
ssl
->
handshake
->
cur_msg_p
==
(
cur
->
p
+
12
)
)
{
ssl_msg.c:2563
mbedtls_ssl_flight_transmit()
ssl
->
handshake
->
cur_msg_p
+=
cur
->
len
;
ssl_msg.c:2592
mbedtls_ssl_flight_transmit()
const
unsigned
char
*
const
p
=
ssl
->
handshake
->
cur_msg_p
;
ssl_msg.c:2594
mbedtls_ssl_flight_transmit()
ssl
->
handshake
->
cur_msg_p
+=
cur_hs_frag_len
;
ssl_msg.c:2646
mbedtls_ssl_flight_transmit()
if
(
ssl
->
handshake
->
cur_msg_p
>=
cur
->
p
+
cur
->
len
)
{
ssl_msg.c:2650
mbedtls_ssl_flight_transmit()
ssl
->
handshake
->
cur_msg_p
=
cur
->
next
->
p
+
12
;
ssl_msg.c:2653
mbedtls_ssl_flight_transmit()
ssl
->
handshake
->
cur_msg_p
=
NULL
;
ssl_msg.c:2656
mbedtls_ssl_flight_transmit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_handshake_params::cur_msg_p
is written by 1 function and is read by 1 function:
mbedtls_ssl_flight_transmit()
All items filtered out
mbedtls_ssl_handshake_params::cur_msg_p
mbedtls_ssl_flight_transmit()
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