ESP-IDF
dpp_copy_csign()
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
dpp_copy_csign()
dpp_copy_csign() function
Syntax
Show:
Summary
Declaration
from
dpp.c:4129
static
void
dpp_copy_csign
(
struct
dpp_config_obj
*
conf
,
struct
crypto_ec_key
*
csign
)
;
Arguments
Argument
conf
csign
Related Functions
Found 6 other functions taking a
dpp_config_obj
argument:
Function
dpp_build_peer_disc_req()
dpp_parse_cred_legacy()
dpp_copy_netaccesskey()
dpp_parse_connector()
dpp_parse_cred_dpp()
esp_dpp_handle_config_obj()
Examples
References
from
examples
Code
Location
Referrer
static
void
dpp_copy_csign
(
struct
dpp_config_obj
*
conf
,
struct
crypto_ec_key
*
csign
)
dpp.c:4129
dpp_copy_csign
(
conf
,
csign_pub
)
;
dpp.c:4220
dpp_parse_cred_dpp()
dpp_copy_csign
(
&
auth
->
conf_obj
[
0
]
,
auth
->
conf
->
csign
)
;
dpp.c:4660
dpp_configurator_own_config()
Call Tree
from
examples
dpp_copy_csign()
is called by 2 functions and calls 4 functions:
dpp_parse_cred_dpp()
dpp_configurator_own_config()
All items filtered out
dpp_copy_csign()
wpabuf_alloc_copy()
wpabuf_free()
crypto_write_pubkey_der()
crypto_free_buffer()
All items filtered out
Data Use
from
examples
dpp_copy_csign()
reads 1 variable and writes 1 variable:
dpp_config_obj::c_sign_key
All items filtered out
dpp_copy_csign()
dpp_config_obj::c_sign_key
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