mbedTLS
hash_digit_array()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
hash_digit_array()
hash_digit_array() function
Syntax
Show:
Summary
Declaration
from
lmots.c:208
static
int
hash_digit_array
(
const
mbedtls_lmots_parameters_t
*
params
,
const
unsigned
char
*
x_digit_array
,
const
unsigned
char
*
hash_idx_min_values
,
const
unsigned
char
*
hash_idx_max_values
,
unsigned
char
*
output
)
;
Arguments
Argument
params
x_digit_array
hash_idx_min_values
hash_idx_max_values
output
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()
create_digit_array_with_checksum()
public_key_from_hashed_digit_array()
Examples
References
from
examples
Code
Location
Referrer
static
int
hash_digit_array
(
const
mbedtls_lmots_parameters_t
*
params
,
lmots.c:208
ret
=
hash_digit_array
(
params
,
lmots.c:489
mbedtls_lmots_calculate_public_key_candidate()
Call Tree
from
examples
hash_digit_array()
is called by 1 function and calls 7 functions:
mbedtls_lmots_calculate_public_key_candidate()
All items filtered out
hash_digit_array()
psa_hash_setup()
psa_hash_update()
psa_hash_finish()
psa_hash_abort()
mbedtls_platform_zeroize()
mbedtls_put_unaligned_uint16()
local_err_translation()
All items filtered out
Data Use
from
examples
hash_digit_array()
reads 4 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
All items filtered out
hash_digit_array()
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