ESP-IDF
dpp_bootstrap_info_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/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
dpp_bootstrap_info_free()
dpp_bootstrap_info_free() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:444
void
dpp_bootstrap_info_free
(
struct
dpp_bootstrap_info
*
info
)
;
Implemented in
dpp.c:197
Arguments
Argument
info
Related Functions
Found 16 other functions taking a
dpp_bootstrap_info
argument:
Function
dpp_parse_uri_chan_list()
dpp_parse_uri_mac()
dpp_parse_uri_info()
dpp_keygen()
dpp_bi_pubkey_hash()
dpp_auth_req_rx()
dpp_gen_uri()
dpp_get_subject_public_key()
dpp_auth_init()
dpp_notify_new_qr_code()
dpp_bootstrap_find_pair()
dpp_parse_uri_pk()
dpp_clone_uri()
dpp_bootstrap_key_hash()
dpp_pkex_init()
dpp_pkex_rx_exchange_req()
Examples
References
from
examples
Code
Location
Referrer
void
dpp_bootstrap_info_free
(
struct
dpp_bootstrap_info
*
info
)
dpp.c:197
void
dpp_bootstrap_info_free
(
struct
dpp_bootstrap_info
*
info
)
;
dpp.h:444
dpp_bootstrap_info_free
(
bi
)
;
dpp.c:414
dpp_parse_uri()
dpp_bootstrap_info_free
(
bi
)
;
dpp.c:1070
dpp_autogen_bootstrap_key()
dpp_bootstrap_info_free
(
auth
->
tmp_own_bi
)
;
dpp.c:3110
dpp_auth_deinit()
dpp_bootstrap_info_free
(
bi
)
;
dpp.c:4941
dpp_bootstrap_del()
dpp_bootstrap_info_free
(
bi
)
;
dpp.c:5042
dpp_bootstrap_gen()
Call Tree
from
examples
dpp_bootstrap_info_free()
is called by 5 functions and calls 2 functions:
dpp_parse_uri()
dpp_autogen_bootstrap_key()
dpp_auth_deinit()
dpp_bootstrap_del()
dpp_bootstrap_gen()
All items filtered out
dpp_bootstrap_info_free()
free()
crypto_ec_key_deinit()
All items filtered out
Data Use
from
examples
dpp_bootstrap_info_free()
reads 5 variables:
dpp_bootstrap_info::uri
dpp_bootstrap_info::chan
dpp_bootstrap_info::info
dpp_bootstrap_info::pk
dpp_bootstrap_info::pubkey
All items filtered out
dpp_bootstrap_info_free()
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
dpp_bootstrap_info_free()
allocates 1 types:
dpp_bootstrap_info
All items filtered out
dpp_bootstrap_info_free()
All items filtered out