mbedTLS
mbedtls_lms_parameters_t
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_lms_parameters_t
mbedtls_lms_parameters_t struct
LMS parameters structure. This contains the metadata associated with an LMS key, detailing the algorithm type, the type of the underlying OTS algorithm, and the key ID.
Syntax
Show:
Summary
Declaration
from
lms.h:161
typedef
struct
{
unsigned
char
MBEDTLS_PRIVATE
(
I_key_identifier
[
MBEDTLS_LMOTS_I_KEY_ID_LEN
]
)
;
mbedtls_lmots_algorithm_type_t
MBEDTLS_PRIVATE
(
otstype
)
;
mbedtls_lms_algorithm_type_t
MBEDTLS_PRIVATE
(
type
)
;
}
mbedtls_lms_parameters_t
;
Fields
Field
Declared as
mbedtls_lms_parameters_t::I_key_identifier
unsigned
char
MBEDTLS_PRIVATE
(
[
MBEDTLS_LMOTS_I_KEY_ID_LEN
]
mbedtls_lms_parameters_t::otstype
mbedtls_lmots_algorithm_type_t
MBEDTLS_PRIVATE
(
mbedtls_lms_parameters_t::type
mbedtls_lms_algorithm_type_t
MBEDTLS_PRIVATE
(
Related Functions
Found 2 other functions taking a
mbedtls_lms_parameters_t
argument:
Function
create_merkle_leaf_value()
create_merkle_internal_value()
Examples
References
from
examples
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