Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/crypt_modules/bsdbf/
H A Dbcrypt.c81 static void encode_salt(char *, uint8_t *, uint16_t, uint8_t);
146 encode_salt(char *salt, uint8_t *csalt, uint16_t clen, uint8_t logr) in encode_salt() function
182 encode_salt(gsalt, csalt, BCRYPT_MAXSALT, log_rounds); in bcrypt_gensalt()