ESP-IDF
dpp_process_signed_connector()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_process_signed_connector()
dpp_process_signed_connector() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp_i.h:57
enum
dpp_status_error
dpp_process_signed_connector
(
struct
dpp_signed_connector_info
*
info
,
struct
crypto_ec_key
*
csign_pub
,
const
char
*
connector
)
;
Implemented in
dpp_crypto.c:631
Arguments
Argument
info
csign_pub
connector
Related Functions
Found 1 other functions taking a
dpp_signed_connector_info
argument:
Function
dpp_check_signed_connector()
Examples
References
from
examples
Code
Location
Referrer
dpp_process_signed_connector
(
struct
dpp_signed_connector_info
*
info
,
dpp_crypto.c:632
enum
dpp_status_error
dpp_process_signed_connector
(
struct
dpp_signed_connector_info
*
info
,
dpp_i.h:57
if
(
dpp_process_signed_connector
(
&
info
,
csign_pub
,
dpp.c:4207
dpp_parse_cred_dpp()
res
=
dpp_process_signed_connector
(
info
,
csign
,
signed_connector
)
;
dpp_crypto.c:788
dpp_check_signed_connector()
Call Tree
from
examples
dpp_process_signed_connector()
is called by 2 functions and calls 11 functions:
dpp_check_signed_connector()
dpp_parse_cred_dpp()
All items filtered out
dpp_process_signed_connector()
free()
malloc()
wpabuf_len()
wpabuf_free()
sha256_vector()
crypto_ec_key_verify_signature_r_s()
crypto_ec_key_group()
base64_url_decode()
dpp_parse_jws_prot_hdr()
dpp_check_pubkey_match()
dpp_get_curve_ike_group()
All items filtered out
Data Use
from
examples
dpp_process_signed_connector()
reads 6 variables and writes 1 variable:
crypto_hash_alg::CRYPTO_HASH_ALG_SHA256
dpp_status_error::DPP_STATUS_OK
dpp_status_error::DPP_STATUS_INVALID_CONNECTOR
dpp_status_error::DPP_STATUS_NO_MATCH
dpp_curve_params::hash_len
dpp_signed_connector_info::payload
All items filtered out
dpp_process_signed_connector()
dpp_signed_connector_info::payload
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