mbedTLS
mbedtls_lmots_public_t::params
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
mbedtls_lmots_public_t::params
mbedtls_lmots_public_t::params field
Syntax
Show:
Summary
Declaration
from
lms.h:122
mbedtls_lmots_parameters_t
MBEDTLS_PRIVATE
(
params
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_lmots_parameters_t
MBEDTLS_PRIVATE
(
params
)
;
lms.h:122
ctx
->
params
.
type
=
(
mbedtls_lmots_algorithm_type_t
)
lmots.c:404
mbedtls_lmots_import_public_key()
if
(
key_len
!=
MBEDTLS_LMOTS_PUBLIC_KEY_LEN
(
ctx
->
params
.
type
)
)
{
lmots.c:407
mbedtls_lmots_import_public_key()
memcpy
(
ctx
->
params
.
I_key_identifier
,
lmots.c:411
mbedtls_lmots_import_public_key()
memcpy
(
ctx
->
params
.
q_leaf_identifier
,
lmots.c:415
mbedtls_lmots_import_public_key()
MBEDTLS_LMOTS_N_HASH_LEN
(
ctx
->
params
.
type
)
)
;
lmots.c:421
mbedtls_lmots_import_public_key()
if
(
key_size
<
MBEDTLS_LMOTS_PUBLIC_KEY_LEN
(
ctx
->
params
.
type
)
)
{
lmots.c:432
mbedtls_lmots_export_public_key()
MBEDTLS_PUT_UINT32_BE
(
ctx
->
params
.
type
,
key
,
MBEDTLS_LMOTS_SIG_TYPE_OFFSET
)
;
lmots.c:440
mbedtls_lmots_export_public_key()
ctx
->
params
.
I_key_identifier
,
lmots.c:443
mbedtls_lmots_export_public_key()
ctx
->
params
.
q_leaf_identifier
,
lmots.c:447
mbedtls_lmots_export_public_key()
MBEDTLS_LMOTS_N_HASH_LEN
(
ctx
->
params
.
type
)
)
;
lmots.c:451
mbedtls_lmots_export_public_key()
*
key_len
=
MBEDTLS_LMOTS_PUBLIC_KEY_LEN
(
ctx
->
params
.
type
)
;
lmots.c:454
mbedtls_lmots_export_public_key()
if
(
ctx
->
params
.
type
!=
MBEDTLS_LMOTS_SHA256_N32_W8
)
{
lmots.c:525
mbedtls_lmots_verify()
ret
=
mbedtls_lmots_calculate_public_key_candidate
(
&
ctx
->
params
,
lmots.c:537
mbedtls_lmots_verify()
MBEDTLS_LMOTS_N_HASH_LEN
(
ctx
->
params
.
type
)
,
lmots.c:540
mbedtls_lmots_verify()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_lmots_public_t::params
is read by 3 functions:
All items filtered out
mbedtls_lmots_public_t::params
mbedtls_lmots_import_public_key()
mbedtls_lmots_export_public_key()
mbedtls_lmots_verify()
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