Home
last modified time | relevance | path

Searched refs:ROUNDS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c120 #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()
/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c120 #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()