ESP-IDF
ECC_PointMult_Bin_NAF()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ECC_PointMult_Bin_NAF()
ECC_PointMult_Bin_NAF() function
Syntax
Show:
Summary
Declaration
Definition
from
p_256_ecc_pp.h:68
void
ECC_PointMult_Bin_NAF
(
Point
*
q
,
Point
*
p
,
DWORD
*
n
,
uint32_t
keyLength
)
;
Implemented in
p_256_ecc_pp.c:195
Arguments
Argument
q
p
n
keyLength
Related Functions
Found 5 other functions taking a
Point
argument:
Function
p_256_copy_point()
ECC_CheckPointIsInElliCur_P256()
p_256_init_point()
ECC_Double()
ECC_Add()
Examples
References
from
examples
Code
Location
Referrer
void
ECC_PointMult_Bin_NAF
(
Point
*
q
,
Point
*
p
,
DWORD
*
n
,
uint32_t
keyLength
)
p_256_ecc_pp.c:195
void
ECC_PointMult_Bin_NAF
(
Point
*
q
,
Point
*
p
,
DWORD
*
n
,
uint32_t
keyLength
)
;
p_256_ecc_pp.h:68
ECC_PointMult
(
&
public_key
,
&
(
curve_p256
.
G
)
,
(
DWORD
*
)
private_key
,
KEY_LENGTH_DWORDS_P256
)
;
adapter.c:1886
bt_mesh_pub_key_get()
ECC_PointMult
(
&
new_pub_key
,
&
peer_pub_key
,
(
DWORD
*
)
private_key
,
KEY_LENGTH_DWORDS_P256
)
;
adapter.c:1926
bt_mesh_dh_key_gen()
ECC_PointMult
(
&
public_key
,
&
(
curve_p256
.
G
)
,
(
DWORD
*
)
private_key
,
KEY_LENGTH_DWORDS_P256
)
;
smp_keys.c:1135
smp_process_private_key()
ECC_PointMult
(
&
new_publ_key
,
&
peer_publ_key
,
(
DWORD
*
)
private_key
,
KEY_LENGTH_DWORDS_P256
)
;
smp_keys.c:1173
smp_compute_dhkey()
Call Tree
from
examples
ECC_PointMult_Bin_NAF()
is called by 4 functions and calls 11 functions:
smp_process_private_key()
smp_compute_dhkey()
bt_mesh_pub_key_get()
bt_mesh_dh_key_gen()
All items filtered out
ECC_PointMult_Bin_NAF()
multiprecision_sub()
multiprecision_mersenns_mult_mod()
multiprecision_mersenns_squa_mod()
multiprecision_init()
multiprecision_copy()
multiprecision_inv_mod()
p_256_init_point()
p_256_copy_point()
ECC_Double()
ECC_Add()
ECC_NAF()
All items filtered out
Data Use
from
examples
ECC_PointMult_Bin_NAF()
reads 6 variables:
elliptic_curve_t::p
Point::x
Point::y
Point::z
curve
curve_p256
All items filtered out
ECC_PointMult_Bin_NAF()
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