mbedTLS
create_merkle_leaf_value()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
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
create_merkle_leaf_value()
create_merkle_leaf_value() function
Syntax
Show:
Summary
Declaration
from
lms.c:94
static
int
create_merkle_leaf_value
(
const
mbedtls_lms_parameters_t
*
params
,
unsigned
char
*
pub_key
,
unsigned
int
r_node_idx
,
unsigned
char
*
out
)
;
Arguments
Argument
params
pub_key
r_node_idx
out
Related Functions
Found 1 other functions taking a
mbedtls_lms_parameters_t
argument:
Function
create_merkle_internal_value()
Examples
References
from
examples
Code
Location
Referrer
static
int
create_merkle_leaf_value
(
const
mbedtls_lms_parameters_t
*
params
,
lms.c:94
create_merkle_leaf_value
(
lms.c:377
mbedtls_lms_verify()
Call Tree
from
examples
create_merkle_leaf_value()
is called by 1 function and calls 7 functions:
mbedtls_lms_verify()
All items filtered out
create_merkle_leaf_value()
psa_hash_operation_init()
psa_hash_setup()
psa_hash_update()
psa_hash_finish()
psa_hash_abort()
mbedtls_put_unaligned_uint32()
local_err_translation()
All items filtered out
Data Use
from
examples
create_merkle_leaf_value()
reads 6 variables:
mbedtls_lms_algorithm_type_t::MBEDTLS_LMS_SHA256_M32_H10
mbedtls_lmots_algorithm_type_t::MBEDTLS_LMOTS_SHA256_N32_W8
mbedtls_lms_parameters_t::I_key_identifier
mbedtls_lms_parameters_t::otstype
mbedtls_lms_parameters_t::type
D_LEAF_CONSTANT_BYTES
All items filtered out
create_merkle_leaf_value()
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