ESP-IDF
crypto_ecdh_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
crypto_ecdh_init()
crypto_ecdh_init() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:1153
struct
crypto_ecdh
*
crypto_ecdh_init
(
int
group
)
;
Implemented in
crypto_mbedtls-ec.c:1082
Arguments
Argument
group
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_ecdh
*
crypto_ecdh_init
(
int
group
)
crypto_mbedtls-ec.c:1082
struct
crypto_ecdh
*
crypto_ecdh_init
(
int
group
)
;
crypto.h:1153
sm
->
owe_ecdh
=
crypto_ecdh_init
(
group
)
;
wpa.c:2796
owe_build_assoc_req()
Call Tree
from
examples
crypto_ecdh_init()
is called by 1 function and calls 12 functions:
owe_build_assoc_req()
All items filtered out
crypto_ecdh_init()
free()
calloc()
mbedtls_ecp_group_load()
mbedtls_ecdh_gen_public()
mbedtls_ecdh_init()
mbedtls_ecdh_free()
mbedtls_entropy_init()
mbedtls_entropy_free()
mbedtls_ctr_drbg_init()
mbedtls_ctr_drbg_seed()
mbedtls_ctr_drbg_free()
crypto_mbedtls_get_grp_id()
All items filtered out
Data Use
from
examples
crypto_ecdh_init()
reads 5 variables and writes 1 variable:
mbedtls_ecdh_variant::MBEDTLS_ECDH_VARIANT_MBEDTLS_2_0
mbedtls_ecdh_context::
::private_mbed_ecdh
mbedtls_ecdh_context::private_ctx
mbedtls_entropy_func()
mbedtls_ctr_drbg_random()
All items filtered out
crypto_ecdh_init()
mbedtls_ecdh_context::private_var
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
crypto_ecdh_init()
allocates 1 types and frees 1 types:
mbedtls_ecdh_context
All items filtered out
crypto_ecdh_init()
mbedtls_ecdh_context
All items filtered out