Home
last modified time | relevance | path

Searched defs:rounds (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Daesce.c168 int rounds) in aesce_encrypt_block()
231 int rounds) in aesce_decrypt_block()
Dhmac_drbg.c48 unsigned char rounds = (additional != NULL && add_len != 0) ? 2 : 1; in mbedtls_hmac_drbg_update() local
Dbignum.c2032 static int mpi_miller_rabin(const mbedtls_mpi *X, size_t rounds, in mpi_miller_rabin()
2121 int mbedtls_mpi_is_prime_ext(const mbedtls_mpi *X, int rounds, in mbedtls_mpi_is_prime_ext()
2172 int rounds; in mbedtls_mpi_gen_prime() local