Home
last modified time | relevance | path

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

/dflybsd-src/lib/libcrypt/
H A Dcrypt-blowfish.c77 static void encode_base64 (u_int8_t *, u_int8_t *, u_int16_t);
149 encode_base64((u_int8_t *) salt + 7, csalt, clen); in encode_salt()
284 encode_base64((u_int8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT); in crypt_blowfish()
285 encode_base64((u_int8_t *) encrypted + strlen(encrypted), ciphertext, in crypt_blowfish()
291 encode_base64(u_int8_t *buffer, u_int8_t *data, u_int16_t len) in encode_base64() function