mbedTLS
+
0
/1 examples
SourceVu will show references to
MBEDTLS_ECP_PF_UNCOMPRESSED
from the following samples and libraries:
ESP-IDF
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_ECP_PF_UNCOMPRESSED
MBEDTLS_ECP_PF_UNCOMPRESSED macro
The uncompressed point format for Short Weierstrass curves (MBEDTLS_ECP_DP_SECP_XXX and MBEDTLS_ECP_DP_BP_XXX).
Syntax
Show:
Summary
Declaration
from
ecp.h:439
#define
MBEDTLS_ECP_PF_UNCOMPRESSED
0
Examples
MBEDTLS_ECP_PF_UNCOMPRESSED
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
#define
MBEDTLS_ECP_PF_UNCOMPRESSED
0
ecp.h:439
ctx
->
point_format
=
MBEDTLS_ECP_PF_UNCOMPRESSED
;
ecdh.c:171
ctx
->
point_format
=
MBEDTLS_ECP_PF_UNCOMPRESSED
;
ecdh.c:207
ctx
->
point_format
=
MBEDTLS_ECP_PF_UNCOMPRESSED
;
ecdh.c:267
ctx
->
point_format
=
MBEDTLS_ECP_PF_UNCOMPRESSED
;
ecjpake.c:54
case
MBEDTLS_ECP_PF_UNCOMPRESSED
:
ecjpake.c:130
if
(
format
!=
MBEDTLS_ECP_PF_UNCOMPRESSED
&&
ecp.c:698
if
(
format
==
MBEDTLS_ECP_PF_UNCOMPRESSED
)
{
ecp.c:732
if
(
format
!=
MBEDTLS_ECP_PF_UNCOMPRESSED
&&
ecp.c:882
ec
,
MBEDTLS_ECP_PF_UNCOMPRESSED
,
pk.c:797
MBEDTLS_ECP_PF_UNCOMPRESSED
,
pkwrite.c:143
MBEDTLS_ECP_PF_UNCOMPRESSED
,
psa_crypto_ecp.c:274
*
p
++
=
MBEDTLS_ECP_PF_UNCOMPRESSED
;
ssl_tls12_client.c:116
if
(
p
[
0
]
==
MBEDTLS_ECP_PF_UNCOMPRESSED
||
ssl_tls12_client.c:832
if
(
p
[
0
]
==
MBEDTLS_ECP_PF_UNCOMPRESSED
||
ssl_tls12_server.c:263
*
p
++
=
MBEDTLS_ECP_PF_UNCOMPRESSED
;
ssl_tls12_server.c:1916
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out