mbedTLS
mbedtls_lms_public_init()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_lms_public_init()
mbedtls_lms_public_init() function
This function initializes an LMS public context
Syntax
Show:
Summary
Declaration
Definition
from
lms.h:241
void
mbedtls_lms_public_init
(
mbedtls_lms_public_t
*
ctx
)
;
Implemented in
lms.c:225
Arguments
Argument
Description
ctx
The uninitialized LMS context that will then be initialized.
Related Functions
Found 4 other functions taking a
mbedtls_lms_public_t
argument:
Function
Description
mbedtls_lms_public_free()
This function uninitializes an LMS public context
mbedtls_lms_import_public_key()
This function imports an LMS public key into a public LMS context.
mbedtls_lms_export_public_key()
This function exports an LMS public key from a LMS public context that already contains a public key.
mbedtls_lms_verify()
This function verifies a LMS signature, using a LMS context that contains a public key.
Examples
References
from
examples
Code
Location
void
mbedtls_lms_public_init
(
mbedtls_lms_public_t
*
ctx
)
lms.c:225
void
mbedtls_lms_public_init
(
mbedtls_lms_public_t
*
ctx
)
;
lms.h:241
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_lms_public_init()
:
All items filtered out
mbedtls_lms_public_init()
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