Home
last modified time | relevance | path

Searched refs:bcrypt_gensalt (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/crypt_modules/bsdbf/
H A Dbsdbf.c34 extern char *bcrypt_gensalt(uint8_t);
50 (void) strlcpy(gsbuffer, bcrypt_gensalt(logr), gsbufflen); in crypt_gensalt_impl()
H A Dbcrypt.c79 char *bcrypt_gensalt(uint8_t);
164 bcrypt_gensalt(uint8_t log_rounds) in bcrypt_gensalt() function
365 p = bcrypt_gensalt(5);