ESP-IDF
dpp_get_subject_public_key()
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_get_subject_public_key()
dpp_get_subject_public_key() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp_i.h:70
int
dpp_get_subject_public_key
(
struct
dpp_bootstrap_info
*
bi
,
const
u8
*
data
,
size_t
data_len
)
;
Implemented in
dpp_crypto.c:462
Arguments
Argument
bi
data
data_len
Related Functions
Found 16 other functions taking a
dpp_bootstrap_info
argument:
Function
dpp_bootstrap_info_free()
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_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
int
dpp_get_subject_public_key
(
struct
dpp_bootstrap_info
*
bi
,
dpp_crypto.c:462
int
dpp_get_subject_public_key
(
struct
dpp_bootstrap_info
*
bi
,
const
u8
*
data
,
size_t
data_len
)
;
dpp_i.h:70
res
=
dpp_get_subject_public_key
(
bi
,
data
,
data_len
)
;
dpp.c:353
dpp_parse_uri_pk()
Call Tree
from
examples
dpp_get_subject_public_key()
is called by 1 function and calls 6 functions:
dpp_parse_uri_pk()
All items filtered out
dpp_get_subject_public_key()
crypto_ec_parse_subpub_key()
crypto_is_ec_key()
crypto_ec_key_group()
crypto_ec_key_deinit()
dpp_get_curve_ike_group()
dpp_bi_pubkey_hash()
All items filtered out
Data Use
from
examples
dpp_get_subject_public_key()
reads 1 variable and writes 2 variables:
dpp_bootstrap_info::curve
All items filtered out
dpp_get_subject_public_key()
dpp_bootstrap_info::pubkey
dpp_bootstrap_info::curve
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