Searched defs:encode_base64 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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);
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) function

Completed in 56 milliseconds