ESP-IDF
dpp_authentication::conf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_authentication::conf
dpp_authentication::conf field
Syntax
Show:
Summary
Declaration
from
dpp.h:296
struct
dpp_configurator
*
conf
;
Examples
References
from
examples
Code
Location
Referrer
struct
dpp_configurator
*
conf
;
dpp.h:296
auth
->
conf
=
dpp_configurator_get_id
(
dpp
,
atoi
(
pos
)
)
;
dpp.c:3060
dpp_set_configurator()
if
(
!
auth
->
conf
)
{
dpp.c:3061
dpp_set_configurator()
if
(
!
auth
->
conf
)
{
dpp.c:3274
dpp_build_conf_obj_dpp()
curve
=
auth
->
conf
->
curve
;
dpp.c:3279
dpp_build_conf_obj_dpp()
json_add_string
(
jws_prot_hdr
,
"kid"
,
auth
->
conf
->
kid
)
;
dpp.c:3357
dpp_build_conf_obj_dpp()
if
(
crypto_ecdsa_get_sign
(
hash
,
r
,
s
,
auth
->
conf
->
csign
,
curve
->
hash_len
)
<
0
)
dpp.c:3379
dpp_build_conf_obj_dpp()
tailroom
+=
2
*
curve
->
prime_len
*
4
/
3
+
os_strlen
(
auth
->
conf
->
kid
)
;
dpp.c:3398
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()
if
(
!
auth
->
conf
)
{
dpp.c:4636
dpp_configurator_own_config()
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_authentication::conf
is written by 1 function and is read by 3 functions:
dpp_set_configurator()
All items filtered out
dpp_authentication::conf
dpp_set_configurator()
dpp_build_conf_obj_dpp()
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