mbedTLS
+
0
/1 examples
SourceVu will show references to
mbedtls_ecp_group::B
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_group::B
mbedtls_ecp_group::B field
For Short Weierstrass: \p B in the equation. For Montgomery curves: unused.
Syntax
Show:
Summary
Declaration
from
ecp.h:241
mbedtls_mpi
B
;
Examples
mbedtls_ecp_group::B
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
Referrer
mbedtls_mpi
B
;
/*!< For Short Weierstrass: \p B in the equation.
ecp.h:241
mbedtls_mpi_init
(
&
grp
->
B
)
;
ecp.c:517
mbedtls_ecp_group_init()
mbedtls_mpi_free
(
&
grp
->
B
)
;
ecp.c:581
mbedtls_ecp_group_free()
MPI_ECP_ADD
(
rhs
,
rhs
,
&
grp
->
B
)
;
ecp.c:1242
ecp_sw_rhs()
ecp_mpi_load
(
&
grp
->
B
,
b
,
blen
)
;
ecp_curves.c:4527
ecp_group_load()
(
ret
=
mbedtls_mpi_read_binary
(
&
grp
->
B
,
p
,
len
)
)
!=
0
)
{
pkparse.c:199
pk_group_from_specified()
mbedtls_mpi_cmp_mpi
(
&
grp
->
B
,
&
ref
.
B
)
==
0
&&
pkparse.c:277
pk_group_id_from_group()
mbedtls_mpi_free
(
&
grp
.
B
)
;
pkparse.c:327
pk_ecc_group_id_from_specified()
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