Home
last modified time | relevance | path

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

/NextBSD/secure/lib/libcrypt/
HDcrypt-blowfish.c147 u_int8_t csalt[BCRYPT_MAXSALT]; in crypt_blowfish() local
207 decode_base64(csalt, BCRYPT_MAXSALT, (const u_int8_t *) salt); in crypt_blowfish()
224 Blowfish_expandstate(&state, csalt, salt_len, in crypt_blowfish()
228 Blowfish_expand0state(&state, csalt, salt_len); in crypt_blowfish()
260 encode_base64((u_int8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT); in crypt_blowfish()
265 memset(csalt, 0, sizeof(csalt)); in crypt_blowfish()