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

/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c121 #define ROUNDSLEN (sizeof (ROUNDS) - 1) macro
141 if (strncmp(r, ROUNDS, ROUNDSLEN) != 0) {
145 p = r + ROUNDSLEN;
373 if (strncmp(params[i], ROUNDS, ROUNDSLEN) == 0) {
/illumos-gate/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c121 #define ROUNDSLEN (sizeof (ROUNDS) - 1) macro
141 if (strncmp(r, ROUNDS, ROUNDSLEN) != 0) {
145 p = r + ROUNDSLEN;
179 if (strncmp(params[i], ROUNDS, ROUNDSLEN) == 0) {

Completed in 76 milliseconds