mbedTLS
mbedtls_ssl_context::own_verify_data
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::own_verify_data
mbedtls_ssl_context::own_verify_data field
previous handshake verify data
Syntax
Show:
Summary
Declaration
from
ssl.h:1918
char
MBEDTLS_PRIVATE
(
own_verify_data
)
[
MBEDTLS_SSL_VERIFY_DATA_MAX_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
char
MBEDTLS_PRIVATE
(
own_verify_data
)
[
MBEDTLS_SSL_VERIFY_DATA_MAX_LEN
]
;
/*!< previous handshake verify data */
ssl.h:1918
memset
(
ssl
->
own_verify_data
,
0
,
MBEDTLS_SSL_VERIFY_DATA_MAX_LEN
)
;
ssl_tls.c:1556
mbedtls_ssl_session_reset_int()
memcpy
(
ssl
->
own_verify_data
,
ssl
->
out_msg
+
4
,
hash_len
)
;
ssl_tls.c:8326
mbedtls_ssl_write_finished()
memcpy
(
p
,
ssl
->
own_verify_data
,
ssl
->
verify_data_len
)
;
ssl_tls12_client.c:82
ssl_write_renegotiation_ext()
ssl
->
own_verify_data
,
ssl
->
verify_data_len
)
!=
0
||
ssl_tls12_client.c:627
ssl_parse_renegotiation_info()
memcpy
(
p
,
ssl
->
own_verify_data
,
ssl
->
verify_data_len
)
;
ssl_tls12_server.c:1852
ssl_write_renegotiation_ext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::own_verify_data
is read by 5 functions:
All items filtered out
mbedtls_ssl_context::own_verify_data
mbedtls_ssl_session_reset_int()
mbedtls_ssl_write_finished()
ssl_write_renegotiation_ext()
ssl_parse_renegotiation_info()
ssl_write_renegotiation_ext()
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