Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/crypt_modules/bsdbf/
H A Dbcrypt.c82 static void encode_base64(uint8_t *, uint8_t *, uint16_t);
155 encode_base64((uint8_t *)salt + 7, csalt, clen); in encode_salt()
306 encode_base64((uint8_t *)encrypted + i + 3, csalt, BCRYPT_MAXSALT);
307 encode_base64((uint8_t *)encrypted + strlen(encrypted), ciphertext,
313 encode_base64(uint8_t *buffer, uint8_t *data, uint16_t len) in encode_base64() function