ESP-IDF
dpp_auth_resp_rx()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
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_auth_resp_rx()
dpp_auth_resp_rx() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:464
struct
wpabuf
*
dpp_auth_resp_rx
(
struct
dpp_authentication
*
auth
,
const
u8
*
hdr
,
const
u8
*
attr_start
,
size_t
attr_len
)
;
Implemented in
dpp.c:2234
Arguments
Argument
auth
hdr
attr_start
attr_len
Related Functions
Found 46 other functions taking a
dpp_authentication
argument:
Function
dpp_auth_fail()
dpp_auth_deinit()
dpp_auth_build_conf()
dpp_configuration_parse_helper()
dpp_build_conf_obj()
dpp_gen_r_auth()
dpp_gen_i_auth()
dpp_derive_bk_ke()
dpp_build_conf_req()
dpp_build_conf_req_helper()
dpp_auth_conf_rx()
dpp_build_peer_disc_req()
dpp_auth_success()
dpp_auth_build_resp_ok()
dpp_auth_build_resp_status()
dpp_auth_build_resp()
dpp_build_conf_start()
dpp_copy_netaccesskey()
dpp_parse_conf_obj()
dpp_conf_resp_rx()
dpp_auth_derive_l_responder()
dpp_auth_derive_l_initiator()
dpp_notify_new_qr_code()
dpp_set_configurator()
dpp_conf_req_rx()
dpp_configurator_own_config()
dpp_channel_intersect()
dpp_channel_local_list()
dpp_prepare_channel_list()
dpp_autogen_bootstrap_key()
dpp_auth_build_req()
dpp_build_conf_req_attr()
dpp_auth_resp_rx_status()
dpp_auth_conf_rx_failure()
dpp_configuration_parse()
dpp_build_conf_obj_dpp()
dpp_build_conf_obj_legacy()
dpp_build_conf_resp()
dpp_parse_connector()
dpp_parse_cred_dpp()
gas_query_req_tx()
esp_dpp_handle_config_obj()
dpp_conf_result_rx()
dpp_build_conf_result()
dpp_conn_status_result_rx()
dpp_build_conn_status_result()
Examples
References
from
examples
Code
Location
dpp_auth_resp_rx
(
struct
dpp_authentication
*
auth
,
const
u8
*
hdr
,
dpp.c:2235
dpp_auth_resp_rx
(
struct
dpp_authentication
*
auth
,
const
u8
*
hdr
,
dpp.h:465
Call Tree
from
examples
dpp_auth_resp_rx()
calls 16 functions:
All items filtered out
dpp_auth_resp_rx()
malloc()
bin_clear_free()
crypto_ec_key_deinit()
aes_siv_decrypt()
dpp_get_attr()
dpp_check_attrs()
dpp_auth_build_conf()
dpp_auth_fail()
dpp_auth_resp_rx_status()
dpp_debug_print_key()
dpp_set_pubkey_point()
dpp_derive_k2()
dpp_ecdh()
dpp_gen_r_auth()
dpp_auth_derive_l_initiator()
dpp_derive_bk_ke()
All items filtered out
Data Use
from
examples
dpp_auth_resp_rx()
reads 32 variables and writes 9 variables:
dpp_bootstrap_type::DPP_BOOTSTRAP_PKEX
dpp_attribute_id::DPP_ATTR_STATUS
dpp_attribute_id::DPP_ATTR_I_BOOTSTRAP_KEY_HASH
dpp_attribute_id::DPP_ATTR_R_BOOTSTRAP_KEY_HASH
dpp_attribute_id::DPP_ATTR_WRAPPED_DATA
dpp_attribute_id::DPP_ATTR_I_NONCE
dpp_attribute_id::DPP_ATTR_R_NONCE
dpp_attribute_id::DPP_ATTR_R_CAPABILITIES
dpp_attribute_id::DPP_ATTR_R_PROTOCOL_KEY
dpp_attribute_id::DPP_ATTR_R_AUTH_TAG
dpp_status_error::DPP_STATUS_OK
dpp_status_error::DPP_STATUS_NOT_COMPATIBLE
dpp_status_error::DPP_STATUS_AUTH_FAILURE
dpp_curve_params::hash_len
dpp_curve_params::nonce_len
dpp_bootstrap_info::type
dpp_bootstrap_info::pubkey_hash
dpp_authentication::curve
dpp_authentication::peer_bi
dpp_authentication::own_bi
dpp_authentication::i_nonce
dpp_authentication::r_nonce
dpp_authentication::r_capab
dpp_authentication::own_protocol_key
dpp_authentication::peer_protocol_key
dpp_authentication::secret_len
dpp_authentication::Nx
dpp_authentication::k2
dpp_authentication::ke
dpp_authentication::initiator
dpp_authentication::allowed_roles
dpp_authentication::configurator
All items filtered out
dpp_auth_resp_rx()
dpp_authentication::peer_version
dpp_authentication::own_bi
dpp_authentication::auth_resp_status
dpp_authentication::r_capab
dpp_authentication::peer_protocol_key
dpp_authentication::Nx_len
dpp_authentication::waiting_auth_resp
dpp_authentication::configurator
dpp_authentication::remove_on_tx_status
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