Searched refs:ctbufflen (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/crypt_modules/sha256/ |
H A D | crypt_sha.c | 104 while (--n >= 0 && ctbufflen > 0) { \ 107 ctbufflen--; \ 164 size_t ctbufflen, in crypt_genhash_impl() argument 296 (void) snprintf(ctbuffer, ctbufflen, in crypt_genhash_impl() 299 (void) snprintf(ctbuffer, ctbufflen, in crypt_genhash_impl() 303 (void) strlcat(ctbuffer, "$", ctbufflen); in crypt_genhash_impl() 306 ctbufflen -= strlen(ctbuffer); in crypt_genhash_impl()
|
H A D | test.c | 104 size_t ctbufflen = sizeof (ctbuffer); in main() local 117 cp = crypt_genhash_impl(ctbuffer, ctbufflen, in main()
|
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/ |
H A D | bsdbf.c | 56 size_t ctbufflen, in crypt_genhash_impl() argument 61 (void) strlcpy(ctbuffer, bcrypt(plaintext, salt), ctbufflen); in crypt_genhash_impl()
|
/illumos-gate/usr/src/lib/crypt_modules/bsdmd5/ |
H A D | bsdmd5.c | 71 size_t ctbufflen, in crypt_genhash_impl() argument 130 (void) strlcpy(ctbuffer, crypt_alg_magic, ctbufflen); in crypt_genhash_impl() 132 (void) strlcat(ctbuffer, "$", ctbufflen); in crypt_genhash_impl()
|
/illumos-gate/usr/src/lib/crypt_modules/sunmd5/ |
H A D | sunmd5.c | 243 size_t ctbufflen, in crypt_genhash_impl() argument 444 (void) snprintf(ctbuffer, ctbufflen, "%s$", puresalt); in crypt_genhash_impl()
|