ESP-IDF
ECC_PointMult
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ECC_PointMult
ECC_PointMult macro
Syntax
Show:
Summary
Declaration
from
p_256_ecc_pp.h:72
#define
ECC_PointMult
(
q
,
p
,
n
,
keyLength
)
ECC_PointMult_Bin_NAF
(
q
,
p
,
n
,
keyLength
)
Arguments
Argument
q
p
n
keyLength
Examples
References
from
examples
Code
Location
#define
ECC_PointMult
(
q
,
p
,
n
,
keyLength
)
ECC_PointMult_Bin_NAF
(
q
,
p
,
n
,
keyLength
)
p_256_ecc_pp.h:72
ECC_PointMult
(
&
public_key
,
&
(
curve_p256
.
G
)
,
(
DWORD
*
)
private_key
,
KEY_LENGTH_DWORDS_P256
)
;
adapter.c:1886
ECC_PointMult
(
&
new_pub_key
,
&
peer_pub_key
,
(
DWORD
*
)
private_key
,
KEY_LENGTH_DWORDS_P256
)
;
adapter.c:1926
ECC_PointMult
(
&
public_key
,
&
(
curve_p256
.
G
)
,
(
DWORD
*
)
private_key
,
KEY_LENGTH_DWORDS_P256
)
;
smp_keys.c:1135
ECC_PointMult
(
&
new_publ_key
,
&
peer_publ_key
,
(
DWORD
*
)
private_key
,
KEY_LENGTH_DWORDS_P256
)
;
smp_keys.c:1173
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