Home
last modified time | relevance | path

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

/freebsd/secure/lib/libcrypt/
H A Dcrypt-blowfish.c143 u_int8_t csalt[BCRYPT_MAXSALT]; in crypt_blowfish() local
201 decode_base64(csalt, BCRYPT_MAXSALT, (const u_int8_t *) salt); in crypt_blowfish()
218 Blowfish_expandstate(&state, csalt, salt_len, in crypt_blowfish()
222 Blowfish_expand0state(&state, csalt, salt_len); in crypt_blowfish()
254 encode_base64((u_int8_t *)buffer, csalt, BCRYPT_MAXSALT); in crypt_blowfish()
259 memset(csalt, 0, sizeof(csalt)); in crypt_blowfish()