Searched defs:ROUNDS (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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) { 141 if (strncmp(r, ROUNDS, ROUNDSLEN) != 0) { 373 if (strncmp(params[i], ROUNDS, ROUNDSLEN) == 0) {
|
/illumos-gate/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) { 141 if (strncmp(r, ROUNDS, ROUNDSLEN) != 0) { 179 if (strncmp(params[i], ROUNDS, ROUNDSLEN) == 0) { 218 "$" CRYPT_ALGNAME "," ROUNDS "%d$",
|
Completed in 45 milliseconds