Searched refs:ROUNDS_MAX (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/com32/libutil/
H A Dsha256crypt.c285 #define ROUNDS_MAX 999999999UL macro
325 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX));
H A Dsha512crypt.c320 #define ROUNDS_MAX 999999999UL macro
360 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX));

Completed in 132 milliseconds