ESP-IDF
PROV_CONF_SALT_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
PROV_CONF_SALT_SIZE
PROV_CONF_SALT_SIZE macro
Syntax
Show:
Summary
Declaration
from
prov_common.h:75
#define
PROV_CONF_SALT_SIZE
(
link
)
(
(
link
)
->
algorithm
==
PROV_ALG_P256_HMAC_SHA256
?
32
:
16
)
Arguments
Argument
link
Examples
References
from
examples
Code
Location
#define
PROV_CONF_SALT_SIZE
(
link
)
(
(
link
)
->
algorithm
==
PROV_ALG_P256_HMAC_SHA256
?
32
:
16
)
prov_common.h:75
conf_salt_size
=
PROV_CONF_SALT_SIZE
(
&
prov_link
)
;
prov_node.c:457
conf_salt_size
=
PROV_CONF_SALT_SIZE
(
link
)
;
prov_pvnr.c:1493
BT_DBG
(
"ProvisioningSalt: %s"
,
bt_hex
(
link
->
prov_salt
,
PROV_CONF_SALT_SIZE
(
link
)
)
)
;
prov_pvnr.c:2200
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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