Home
last modified time | relevance | path

Searched refs:ctbufflen (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c104 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 Dtest.c104 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 Dbsdbf.c56 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 Dbsdmd5.c71 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 Dsunmd5.c243 size_t ctbufflen, in crypt_genhash_impl() argument
444 (void) snprintf(ctbuffer, ctbufflen, "%s$", puresalt); in crypt_genhash_impl()