ESP-IDF
crypto_ecdh_get_pubkey()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
crypto_ecdh_get_pubkey()
crypto_ecdh_get_pubkey() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:1155
struct
wpabuf
*
crypto_ecdh_get_pubkey
(
struct
crypto_ecdh
*
ecdh
,
int
y
)
;
Implemented in
crypto_mbedtls-ec.c:1133
Arguments
Argument
ecdh
y
Related Functions
Found 2 other functions taking a
crypto_ecdh
argument:
Function
crypto_ecdh_deinit()
crypto_ecdh_set_peerkey()
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
crypto_ecdh_get_pubkey
(
struct
crypto_ecdh
*
ecdh
,
int
y
)
crypto_mbedtls-ec.c:1133
struct
wpabuf
*
crypto_ecdh_get_pubkey
(
struct
crypto_ecdh
*
ecdh
,
int
y
)
;
crypto.h:1155
pub
=
crypto_ecdh_get_pubkey
(
sm
->
owe_ecdh
,
0
)
;
wpa.c:2805
owe_build_assoc_req()
pub
=
crypto_ecdh_get_pubkey
(
sm
->
owe_ecdh
,
0
)
;
wpa.c:2921
owe_process_assoc_resp()
Call Tree
from
examples
crypto_ecdh_get_pubkey()
is called by 2 functions and calls 4 functions:
owe_build_assoc_req()
owe_process_assoc_resp()
All items filtered out
crypto_ecdh_get_pubkey()
free()
calloc()
mbedtls_mpi_write_binary()
wpabuf_alloc_copy()
All items filtered out
Data Use
from
examples
crypto_ecdh_get_pubkey()
reads 5 variables:
mbedtls_ecp_group::pbits
mbedtls_ecdh_context_mbed::private_grp
mbedtls_ecdh_context_mbed::private_Q
mbedtls_ecdh_context::
::private_mbed_ecdh
mbedtls_ecdh_context::private_ctx
All items filtered out
crypto_ecdh_get_pubkey()
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