| algo_filt.cpp |
|
2086 |
- |
| b64_filt.cpp |
Base64_Encoder Constructor
|
4008 |
- |
| basefilt.cpp |
Chain Constructor
|
1002 |
- |
| buf_filt.cpp |
Buffered_Filter Constructor
|
2558 |
- |
| cipher_filter.cpp |
|
2256 |
- |
| comp_filter.cpp |
|
2517 |
- |
| data_snk.cpp |
Write to a stream
|
1419 |
- |
| data_snk.h |
This class represents abstract data sink objects.
|
1952 |
- |
| fd_unix |
|
|
- |
| filter.cpp |
Filter Constructor
|
2566 |
- |
| filter.h |
This class represents general abstract filter objects.
|
4723 |
- |
| filters.h |
Filter mixin that breaks input into blocks, useful for
cipher modes
|
23394 |
- |
| hex_filt.cpp |
Size used for internal buffer in hex encoder/decoder
|
3693 |
- |
| info.txt |
|
334 |
- |
| out_buf.cpp |
Read data from a message
|
2268 |
- |
| out_buf.h |
Container of output buffers for Pipe
|
1023 |
- |
| pipe.cpp |
A Filter that does nothing
|
6823 |
- |
| pipe.h |
This class represents pipe objects.
A set of filters can be placed into a pipe, and information flows
through the pipe until it reaches the end, where the output is
collected for retrieval. If you're familiar with the Unix shell
environment, this design will sound quite familiar.
@warning This Pipe interface, and all associated types (Filter, etc)
are considered decrepit, no longer used within the library itself,
and likely will see no future development. Avoid in new code.
|
13430 |
- |
| pipe_io.cpp |
Write data from a pipe into an ostream
|
1304 |
- |
| pipe_rw.cpp |
Look up the canonical ID for a queue
|
3860 |
- |
| secqueue.cpp |
A node in a SecureQueue
|
5309 |
- |
| secqueue.h |
A queue that knows how to zeroize itself
|
1796 |
- |
| threaded_fork.cpp |
Semaphore for indicating that there is work to be done (or to
quit)
|
3560 |
- |