ESP-IDF
TLS_VERSION_1_2
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TLS_VERSION_1_2
TLS_VERSION_1_2 macro
Syntax
Show:
Summary
Declaration
from
tlsv1_common.h:16
#define
TLS_VERSION_1_2
0x0303
Examples
References
from
examples
Code
Location
#define
TLS_VERSION_1_2
0x0303
/* TLSv1.2 */
tlsv1_common.h:16
tls_version
==
TLS_VERSION_1_2
)
tlsv1_client.c:48
case
TLS_VERSION_1_2
:
tlsv1_client.c:920
ver
==
TLS_VERSION_1_2
)
)
;
tlsv1_client_read.c:37
if
(
conn
->
rl
.
tls_version
==
TLS_VERSION_1_2
)
{
tlsv1_client_read.c:743
if
(
conn
->
rl
.
tls_version
>=
TLS_VERSION_1_2
)
{
tlsv1_client_read.c:1387
if
(
conn
->
rl
.
tls_version
>=
TLS_VERSION_1_2
)
{
tlsv1_client_write.c:120
if
(
conn
->
rl
.
tls_version
==
TLS_VERSION_1_2
)
{
tlsv1_client_write.c:619
if
(
conn
->
rl
.
tls_version
>=
TLS_VERSION_1_2
)
{
tlsv1_client_write.c:684
if
(
conn
->
rl
.
tls_version
>=
TLS_VERSION_1_2
)
{
tlsv1_client_write.c:792
if
(
ver
==
TLS_VERSION_1_2
)
tlsv1_common.c:298
case
TLS_VERSION_1_2
:
tlsv1_common.c:313
if
(
ver
>=
TLS_VERSION_1_2
)
{
tlsv1_common.c:325
if
(
tls_version
>=
TLS_VERSION_1_2
)
{
tlsv1_common.c:470
#define
TLS_VERSION
TLS_VERSION_1_2
tlsv1_common.h:18
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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