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

/haiku-fatelf/src/servers/app/drawing/html5/
H A Dbase64.h11 extern ssize_t encode_base64(char *out, const char *in, off_t length,
H A Dbase64.cpp28 encode_base64(char *out, const char *in, off_t length, bool packed) function
H A DCanvasMessage.h260 done = encode_base64((char *)fBuffer + fWriteIndex, (const char *)(&value),
/haiku-fatelf/headers/os/mail/
H A Dmail_encoding.h46 ssize_t encode_base64(char *out, const char *in, off_t length, int headerMode);
/haiku-fatelf/src/libs/crypt/
H A Dcrypt-blowfish.c71 static void encode_base64(u_int8_t *, u_int8_t *, u_int16_t);
242 encode_base64((u_int8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT);
243 encode_base64((u_int8_t *) encrypted + strlen(encrypted), ciphertext,
249 encode_base64(u_int8_t *buffer, u_int8_t *data, u_int16_t len) function
/haiku-fatelf/src/apps/cortex/Persistence/Wrappers/
H A DFlatMessageIO.cpp119 // make plenty of room for encoded content (encode_base64 adds newlines)
122 ssize_t base64Used = encode_base64(base64Data, flatData, flatSize);
/haiku-fatelf/src/kits/mail/
H A Dmail_encoding.cpp38 return encode_base64(out,in,length,headerMode);
126 encode_base64(char *out, const char *in, off_t length, int headerMode) function
H A DMailComponent.cpp714 len = encode_base64(raw, alt.String(), alt.Length(), false);
729 if (encoding != base64) // encode_base64 already does CRLF line endings.
H A Dmail_util.cpp719 encoded_len = encode_base64 (encoded, convertedBuffer, convertedLength, true /* headerMode */);
/haiku-fatelf/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dsmtp.cpp621 baselen = ::encode_base64(cnoncePtr, rawCnonce.String(), rawCnonce.Length(), true /* headerMode */);
646 baselen = ::encode_base64(resp, rawResponse.String(), rawResponse.Length(), true /* headerMode */);
689 baselen = ::encode_base64(resp, preResponse.String(), preResponse.Length(), true /* headerMode */);
712 encodedsize = ::encode_base64(login64, (char *)login, loginlen, true /* headerMode */);
724 encodedsize = ::encode_base64(login64, (char *)password, passlen, true /* headerMode */);
750 encodedLength = ::encode_base64(stringPntr, preResponse.String(),
/haiku-fatelf/src/bin/network/wget/tests/
H A DHTTPServer.pm205 my $expected = MIME::Base64::encode_base64($url_rec->{'user'} . ':'

Completed in 177 milliseconds