|
Zen API
|
| kStatus kCipherStream_Construct | ( | kCipherStream * | cipherStream, |
| kStream | stream, | ||
| kCipher | cipher, | ||
| kAlloc | allocator | ||
| ) |
Constructs a kCipherStream object.
| cipherStream | Destination for the constructed object handle. |
| stream | Stream used for the underlying read/write functions. |
| cipher | Cipher used for encryption and/or decryption. |
| allocator | Memory allocator (or kNULL for default). |