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

/opensolaris-onvv-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) {
141 if (strncmp(r, ROUNDS, ROUNDSLEN) != 0) {
179 if (strncmp(params[i], ROUNDS, ROUNDSLEN) == 0) {
218 "$" CRYPT_ALGNAME "," ROUNDS "%d$",
/opensolaris-onvv-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) {
141 if (strncmp(r, ROUNDS, ROUNDSLEN) != 0) {
373 if (strncmp(params[i], ROUNDS, ROUNDSLEN) == 0) {

Completed in 100 milliseconds