Home
last modified time | relevance | path

Searched refs:iteration (Results 1 – 4 of 4) sorted by relevance

/mbedtls-latest/tests/scripts/
Dlist-identifiers.sh48 iteration of list-identifiers.sh, of which only the --internal option remains in
/mbedtls-latest/library/
Daesce.c350 size_t iteration = (size_t) (rki - (uint32_t *) rk) / key_len_in_words; in aesce_setkey_enc() local
354 rko[0] ^= rcon[iteration] ^ rki[0]; in aesce_setkey_enc()
/mbedtls-latest/tests/suites/
Dtest_suite_bignum_random.function336 * This is almost guaranteed if the iteration count is large
/mbedtls-latest/docs/
Dpsa-transition.md615 …derivation_input_cost` with the step `PSA_KEY_DERIVATION_INPUT_COST` to select the iteration count.