Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kCipherStream.h
Go to the documentation of this file.
1 
10 #ifndef K_API_CIPHER_STREAM_H
11 #define K_API_CIPHER_STREAM_H
12 
13 #include <kApi/kApiDef.h>
14 #include <kApi/Crypto/kCipherStream.x.h>
15 
25 //typedef kStream kCipherStream; --forward-declared in kFsDef.x.h
26 
37 kFx(kStatus) kCipherStream_Construct(kCipherStream *cipherStream, kStream stream, kCipher cipher, kAlloc allocator);
38 
60 
61 #endif
Abstract base class for symmetric-key encryption classes.
Abstract base class for memory allocator types.
kStatus kCipherStream_Construct(kCipherStream *cipherStream, kStream stream, kCipher cipher, kAlloc allocator)
Constructs a kCipherStream object.
kStatus kCipherStream_FlushFinal(kCipherStream cipherStream)
Flushes any pending data, adding padding if needed.
Supports streaming encryption or decryption.
Core Zen type declarations.
Represents an I/O stream.
Represents an error code.