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

/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dbcrypt.c81 static void encode_base64(uint8_t *, uint8_t *, uint16_t);
154 encode_base64((uint8_t *) salt + 7, csalt, clen);
279 encode_base64((uint8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT);
280 encode_base64((uint8_t *) encrypted + strlen(encrypted), ciphertext,
286 encode_base64(uint8_t *buffer, uint8_t *data, uint16_t len) function

Completed in 21 milliseconds