Searched refs:gsbufflen (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/crypt_modules/sunmd5/ |
H A D | sunmd5.c | 165 size_t gsbufflen, in crypt_gensalt_impl() argument 217 if (snprintf(gsbuffer, gsbufflen, in crypt_gensalt_impl() 219 saltrounds) >= gsbufflen) in crypt_gensalt_impl() 222 if (snprintf(gsbuffer, gsbufflen, in crypt_gensalt_impl() 223 "$" CRYPT_ALGNAME "$") >= gsbufflen) in crypt_gensalt_impl() 227 if (strlcat(gsbuffer, rndstr, gsbufflen) >= gsbufflen) in crypt_gensalt_impl() 229 if (strlcat(gsbuffer, "$", gsbufflen) >= gsbufflen) in crypt_gensalt_impl() 235 bzero(gsbuffer, gsbufflen); in crypt_gensalt_impl()
|
/titanic_50/usr/src/lib/crypt_modules/sha256/ |
H A D | crypt_sha.c | 358 size_t gsbufflen, in crypt_gensalt_impl() argument 408 if (snprintf(gsbuffer, gsbufflen, in crypt_gensalt_impl() 410 crypt_alg_magic, saltrounds) >= gsbufflen) in crypt_gensalt_impl() 413 if (snprintf(gsbuffer, gsbufflen, in crypt_gensalt_impl() 414 "%s$", crypt_alg_magic) >= gsbufflen) in crypt_gensalt_impl() 417 if (strlcat(gsbuffer, rndstr, gsbufflen) >= gsbufflen) in crypt_gensalt_impl() 419 if (strlcat(gsbuffer, "$", gsbufflen) >= gsbufflen) in crypt_gensalt_impl() 425 (void) memset(gsbuffer, 0, gsbufflen); in crypt_gensalt_impl()
|
/titanic_50/usr/src/lib/crypt_modules/bsdbf/ |
H A D | bsdbf.c | 40 size_t gsbufflen, in crypt_gensalt_impl() argument 50 (void) strlcpy(gsbuffer, bcrypt_gensalt(logr), gsbufflen); in crypt_gensalt_impl()
|
/titanic_50/usr/src/lib/crypt_modules/bsdmd5/ |
H A D | bsdmd5.c | 184 size_t gsbufflen, in crypt_gensalt_impl() argument 198 (void) strlcpy(gsbuffer, crypt_alg_magic, gsbufflen); in crypt_gensalt_impl()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | crypt.c | 120 static char *_unix_crypt_gensalt(char *gsbuffer, size_t gsbufflen, 783 size_t gsbufflen, in _unix_crypt_gensalt() argument
|