mbedTLS
create_digit_array_with_checksum()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_digit_array_with_checksum()
create_digit_array_with_checksum() function
Syntax
Show:
Summary
Declaration
from
lmots.c:119
static
int
create_digit_array_with_checksum
(
const
mbedtls_lmots_parameters_t
*
params
,
const
unsigned
char
*
msg
,
size_t
msg_len
,
const
unsigned
char
*
C_random_value
,
unsigned
char
*
out
)
;
Arguments
Argument
params
msg
msg_len
C_random_value
out
Related Functions
Found 4 other functions taking a
mbedtls_lmots_parameters_t
argument:
Function
Description
mbedtls_lmots_calculate_public_key_candidate()
This function creates a candidate public key from an LMOTS signature. This can then be compared to the real public key to determine the validity of the signature.
lmots_checksum_calculate()
hash_digit_array()
public_key_from_hashed_digit_array()
Examples
References
from
examples
Code
Location
Referrer
static
int
create_digit_array_with_checksum
(
const
mbedtls_lmots_parameters_t
*
params
,
lmots.c:119
ret
=
create_digit_array_with_checksum
(
params
,
msg
,
msg_size
,
lmots.c:482
mbedtls_lmots_calculate_public_key_candidate()
Call Tree
from
examples
create_digit_array_with_checksum()
is called by 1 function and calls 7 functions:
mbedtls_lmots_calculate_public_key_candidate()
All items filtered out
create_digit_array_with_checksum()
psa_hash_setup()
psa_hash_update()
psa_hash_finish()
psa_hash_abort()
mbedtls_put_unaligned_uint16()
local_err_translation()
lmots_checksum_calculate()
All items filtered out
Data Use
from
examples
create_digit_array_with_checksum()
reads 5 variables:
mbedtls_lmots_algorithm_type_t::MBEDTLS_LMOTS_SHA256_N32_W8
mbedtls_lmots_parameters_t::I_key_identifier
mbedtls_lmots_parameters_t::q_leaf_identifier
mbedtls_lmots_parameters_t::type
D_MESSAGE_CONSTANT_BYTES
All items filtered out
create_digit_array_with_checksum()
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