Home
last modified time | relevance | path

Searched refs:i_digit_idx (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dlmots.c214 unsigned int i_digit_idx; in hash_digit_array() local
225 for (i_digit_idx = 0; in hash_digit_array()
226 i_digit_idx < MBEDTLS_LMOTS_P_SIG_DIGIT_COUNT(params->type); in hash_digit_array()
227 i_digit_idx++) { in hash_digit_array()
230 &x_digit_array[i_digit_idx * MBEDTLS_LMOTS_N_HASH_LEN(params->type)], in hash_digit_array()
234 hash_idx_min_values[i_digit_idx] : 0; in hash_digit_array()
236 hash_idx_max_values[i_digit_idx] : DIGIT_MAX_VALUE; in hash_digit_array()
260 MBEDTLS_PUT_UINT16_BE(i_digit_idx, i_digit_idx_bytes, 0); in hash_digit_array()
287 memcpy(&output[i_digit_idx * MBEDTLS_LMOTS_N_HASH_LEN(params->type)], in hash_digit_array()
573 unsigned int i_digit_idx; in mbedtls_lmots_generate_private_key() local
[all...]

Completed in 1 milliseconds