ESP-IDF
sae_derive_pwe_from_pt_ecc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
sae_derive_pwe_from_pt_ecc()
sae_derive_pwe_from_pt_ecc() function
Syntax
Show:
Summary
Declaration
Definition
from
sae.h:152
struct
crypto_ec_point
*
sae_derive_pwe_from_pt_ecc
(
const
struct
sae_pt
*
pt
,
const
u8
*
addr1
,
const
u8
*
addr2
)
;
Implemented in
sae.c:1093
Arguments
Argument
pt
addr1
addr2
Related Functions
Found 4 other functions taking a
sae_pt
argument:
Function
sae_deinit_pt()
sae_prepare_commit_pt()
sae_derive_pwe_from_pt_ffc()
sae_get_password()
Examples
References
from
examples
Code
Location
Referrer
sae_derive_pwe_from_pt_ecc
(
const
struct
sae_pt
*
pt
,
sae.c:1094
sae_derive_pwe_from_pt_ecc
(
const
struct
sae_pt
*
pt
,
sae.h:153
sae
->
tmp
->
pwe_ecc
=
sae_derive_pwe_from_pt_ecc
(
pt
,
addr1
,
sae.c:1360
sae_prepare_commit_pt()
Call Tree
from
examples
sae_derive_pwe_from_pt_ecc()
is called by 1 function and calls 17 functions:
sae_prepare_commit_pt()
All items filtered out
sae_derive_pwe_from_pt_ecc()
sae_ecc_prime_len_2_hash_len()
crypto_ec_prime_len()
crypto_ec_get_order()
crypto_ec_point_init()
crypto_ec_point_deinit()
crypto_ec_point_to_bin()
crypto_ec_point_mul()
crypto_bignum_init()
crypto_bignum_init_set()
crypto_bignum_init_uint()
crypto_bignum_deinit()
crypto_bignum_add()
crypto_bignum_mod()
crypto_bignum_sub()
sae_max_min_addr()
hkdf_extract()
debug_print_bignum()
All items filtered out
Data Use
from
examples
sae_derive_pwe_from_pt_ecc()
reads 2 variables:
sae_pt::ec
sae_pt::ecc_pt
All items filtered out
sae_derive_pwe_from_pt_ecc()
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