OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_ROUNDS
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/ip/
ipneigh.c
29
#define
MAX_ROUNDS
10
390
while (round <
MAX_ROUNDS
) {
419
MAX_ROUNDS
);
ipaddress.c
36
#define
MAX_ROUNDS
10
821
while (round <
MAX_ROUNDS
) {
870
fprintf(stderr, "*** Flush remains incomplete after %d rounds. ***\n",
MAX_ROUNDS
); fflush(stderr);
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java
192
private static final int
MAX_ROUNDS
= 16; // bytes = 128 bits
200
private static final int TOTAL_SUBKEYS=ROUND_SUBKEYS+2*
MAX_ROUNDS
;// 40
/external/dropbear/libtomcrypt/src/ciphers/
anubis.c
38
#define
MAX_ROUNDS
(8 + MAX_N)
[
all
...]
Completed in 213 milliseconds