ESP-IDF
dpp_configurator::csign
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_configurator::csign
dpp_configurator::csign field
Syntax
Show:
Summary
Declaration
from
dpp.h:326
struct
crypto_ec_key
*
csign
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_ec_key
*
csign
;
dpp.h:326
if
(
crypto_ecdsa_get_sign
(
hash
,
r
,
s
,
auth
->
conf
->
csign
,
curve
->
hash_len
)
<
0
)
dpp.c:3379
dpp_build_conf_obj_dpp()
if
(
dpp_build_jwk
(
buf
,
"csign"
,
auth
->
conf
->
csign
,
auth
->
conf
->
kid
,
dpp.c:3425
dpp_build_conf_obj_dpp()
crypto_ec_key_deinit
(
conf
->
csign
)
;
dpp.c:4545
dpp_configurator_free()
if
(
!
conf
->
csign
)
dpp.c:4556
dpp_configurator_get_key()
crypto_ec_get_priv_key_der
(
conf
->
csign
,
&
key
,
&
keylen
)
;
dpp.c:4559
dpp_configurator_get_key()
conf
->
csign
=
dpp_set_keypair
(
&
conf
->
curve
,
privkey
,
dpp.c:4595
dpp_keygen_configurator()
conf
->
csign
=
dpp_gen_keypair
(
conf
->
curve
)
;
dpp.c:4598
dpp_keygen_configurator()
if
(
!
conf
->
csign
)
dpp.c:4599
dpp_keygen_configurator()
csign_pub
=
dpp_get_pubkey_point
(
conf
->
csign
,
1
)
;
dpp.c:4603
dpp_keygen_configurator()
dpp_copy_csign
(
&
auth
->
conf_obj
[
0
]
,
auth
->
conf
->
csign
)
;
dpp.c:4660
dpp_configurator_own_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_configurator::csign
is written by 1 function and is read by 5 functions:
dpp_keygen_configurator()
All items filtered out
dpp_configurator::csign
dpp_build_conf_obj_dpp()
dpp_configurator_free()
dpp_configurator_get_key()
dpp_keygen_configurator()
dpp_configurator_own_config()
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