mbedTLS
MBEDTLS_LMOTS_N_HASH_LEN
is only used within mbedTLS.
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
mbedTLS
MBEDTLS_LMOTS_N_HASH_LEN
MBEDTLS_LMOTS_N_HASH_LEN macro
Syntax
Show:
Summary
Declaration
from
lms.h:33
#define
MBEDTLS_LMOTS_N_HASH_LEN
(
type
)
(
(
type
)
==
MBEDTLS_LMOTS_SHA256_N32_W8
?
32u
:
0
)
Arguments
Argument
type
Examples
References
from
examples
Code
Location
#define
MBEDTLS_LMOTS_N_HASH_LEN
(
type
)
(
(
type
)
==
MBEDTLS_LMOTS_SHA256_N32_W8
?
32u
:
0
)
lms.h:33
for
(
idx
=
0
;
idx
<
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
type
)
;
idx
++
)
{
lmots.c:89
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
type
)
,
lmots.c:164
MBEDTLS_PUT_UINT16_BE
(
checksum
,
out
,
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
type
)
)
;
lmots.c:171
&
x_digit_array
[
i_digit_idx
*
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
type
)
]
,
lmots.c:230
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
type
)
)
;
lmots.c:231
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
type
)
)
;
lmots.c:273
memcpy
(
&
output
[
i_digit_idx
*
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
type
)
]
,
lmots.c:287
tmp_hash
,
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
type
)
)
;
lmots.c:288
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
type
)
)
;
lmots.c:346
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
type
)
,
lmots.c:352
MBEDTLS_LMOTS_N_HASH_LEN
(
ctx
->
params
.
type
)
)
;
lmots.c:421
MBEDTLS_LMOTS_N_HASH_LEN
(
ctx
->
params
.
type
)
)
;
lmots.c:451
out_size
<
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
type
)
)
{
lmots.c:478
*
out_len
=
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
type
)
;
lmots.c:504
MBEDTLS_LMOTS_N_HASH_LEN
(
ctx
->
params
.
type
)
,
lmots.c:540
MBEDTLS_LMOTS_N_HASH_LEN
(
type
)
)
lmots.h:30
MBEDTLS_LMOTS_N_HASH_LEN
(
params
->
otstype
)
)
;
lms.c:128
#define
MBEDTLS_LMOTS_C_RANDOM_VALUE_LEN
(
type
)
(
MBEDTLS_LMOTS_N_HASH_LEN
(
type
)
)
lms.h:38
MBEDTLS_LMOTS_N_HASH_LEN
(
type
)
)
)
lms.h:43
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