mbedTLS
D_CONST_LEN
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
D_CONST_LEN
D_CONST_LEN macro
Syntax
Show:
Summary
Declaration
from
lmots.c:60
#define
D_CONST_LEN
(
2
)
Examples
References
from
examples
Code
Location
#define
D_CONST_LEN
(
2
)
lmots.c:60
#define
D_CONST_LEN
(
2
)
lmots.c:64
#define
D_CONST_LEN
(
2
)
lms.c:71
static
const
unsigned
char
D_PUBLIC_CONSTANT_BYTES
[
D_CONST_LEN
]
=
{
0x80
,
0x80
}
;
lmots.c:65
static
const
unsigned
char
D_MESSAGE_CONSTANT_BYTES
[
D_CONST_LEN
]
=
{
0x81
,
0x81
}
;
lmots.c:66
status
=
psa_hash_update
(
&
op
,
D_MESSAGE_CONSTANT_BYTES
,
D_CONST_LEN
)
;
lmots.c:147
status
=
psa_hash_update
(
&
op
,
D_PUBLIC_CONSTANT_BYTES
,
D_CONST_LEN
)
;
lmots.c:339
static
const
unsigned
char
D_LEAF_CONSTANT_BYTES
[
D_CONST_LEN
]
=
{
0x82
,
0x82
}
;
lms.c:72
static
const
unsigned
char
D_INTR_CONSTANT_BYTES
[
D_CONST_LEN
]
=
{
0x83
,
0x83
}
;
lms.c:73
status
=
psa_hash_update
(
&
op
,
D_LEAF_CONSTANT_BYTES
,
D_CONST_LEN
)
;
lms.c:122
status
=
psa_hash_update
(
&
op
,
D_INTR_CONSTANT_BYTES
,
D_CONST_LEN
)
;
lms.c:196
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