Searched defs:rounds (Results 1 – 3 of 3) sorted by relevance
168 int rounds) in aesce_encrypt_block()231 int rounds) in aesce_decrypt_block()
48 unsigned char rounds = (additional != NULL && add_len != 0) ? 2 : 1; in mbedtls_hmac_drbg_update() local
2032 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