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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsafer.cpp52 static const unsigned int MAX_ROUNDS = 13; variable
66 if (MAX_ROUNDS < nof_rounds)
67 nof_rounds = MAX_ROUNDS;
H A Dseckey.h44 CRYPTOPP_CONSTANT(MAX_ROUNDS = M)
50 if (rounds < MIN_ROUNDS || rounds > MAX_ROUNDS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipneigh.c34 #define MAX_ROUNDS 10 macro
396 while (round < MAX_ROUNDS) {
423 MAX_ROUNDS);

Completed in 202 milliseconds