mbedTLS
mbedtls_ssl_flight_item::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_flight_item::p
mbedtls_ssl_flight_item::p field
message, including handshake headers
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:1259
unsigned
char
*
p
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
*
p
;
/*!< message, including handshake headers */
ssl_misc.h:1259
if
(
(
msg
->
p
=
mbedtls_calloc
(
1
,
ssl
->
out_msglen
)
)
==
NULL
)
{
ssl_msg.c:2428
ssl_flight_append()
memcpy
(
msg
->
p
,
ssl
->
out_msg
,
ssl
->
out_msglen
)
;
ssl_msg.c:2436
ssl_flight_append()
mbedtls_free
(
cur
->
p
)
;
ssl_msg.c:2467
mbedtls_ssl_flight_free()
ssl
->
handshake
->
cur_msg_p
=
ssl
->
handshake
->
flight
->
p
+
12
;
ssl_msg.c:2540
mbedtls_ssl_flight_transmit()
cur
->
p
[
0
]
==
MBEDTLS_SSL_HS_FINISHED
)
;
ssl_msg.c:2555
mbedtls_ssl_flight_transmit()
if
(
is_finished
&&
ssl
->
handshake
->
cur_msg_p
==
(
cur
->
p
+
12
)
)
{
ssl_msg.c:2563
mbedtls_ssl_flight_transmit()
memcpy
(
ssl
->
out_msg
,
cur
->
p
,
cur
->
len
)
;
ssl_msg.c:2587
mbedtls_ssl_flight_transmit()
const
size_t
frag_off
=
(
size_t
)
(
p
-
(
cur
->
p
+
12
)
)
;
ssl_msg.c:2596
mbedtls_ssl_flight_transmit()
memcpy
(
ssl
->
out_msg
,
cur
->
p
,
6
)
;
ssl_msg.c:2628
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_flight_item::p
is written by 1 function and is read by 3 functions:
ssl_flight_append()
All items filtered out
mbedtls_ssl_flight_item::p
ssl_flight_append()
mbedtls_ssl_flight_free()
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