9 #ifndef K_FIRESYNC_CIPHER_STREAM_H
10 #define K_FIRESYNC_CIPHER_STREAM_H
49 #include <kFireSync/Crypto/kCipherStream.x.h>
Abstract base class providing encrypt and decrypt functions.
kStatus kCipherStream_Construct(kCipherStream *cipherStream, kStream stream, kCipher cipher, kAlloc allocator)
Constructs a kCipherStream object.
Essential API declarations for the kFireSync library.
kStatus kCipherStream_FlushFinal(kCipherStream cipherStream)
Flushes any pending data.
Represents cipher stream object.