Searched refs:ROUNDS (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/crypt_modules/sunmd5/ |
H A D | sunmd5.c | 120 #define ROUNDS "rounds=" macro 121 #define ROUNDSLEN (sizeof (ROUNDS) - 1) 137 if ((r = strstr(s, ROUNDS)) == NULL) { in getrounds() 141 if (strncmp(r, ROUNDS, ROUNDSLEN) != 0) { in getrounds() 179 if (strncmp(params[i], ROUNDS, ROUNDSLEN) == 0) { in crypt_gensalt_impl() 218 "$" CRYPT_ALGNAME "," ROUNDS "%d$", in crypt_gensalt_impl()
|
/titanic_41/usr/src/lib/crypt_modules/sha256/ |
H A D | crypt_sha.c | 120 #define ROUNDS "rounds=" macro 121 #define ROUNDSLEN (sizeof (ROUNDS) - 1) 137 if ((r = strstr(s, ROUNDS)) == NULL) { in getrounds() 141 if (strncmp(r, ROUNDS, ROUNDSLEN) != 0) { in getrounds() 373 if (strncmp(params[i], ROUNDS, ROUNDSLEN) == 0) { in crypt_gensalt_impl()
|