botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
ThreadedForkData
botan
filters
basefilt
Undocumented in source.
struct
ThreadedForkData {
Semaphore
m_input_ready_semaphore
;
Semaphore
m_input_complete_semaphore
;
const
(
ubyte
)*
m_input
;
size_t
m_input_length
;
}
Members
Variables
m_input
const
(
ubyte
)*
m_input
;
Undocumented in source.
m_input_complete_semaphore
Semaphore
m_input_complete_semaphore
;
Undocumented in source.
m_input_length
size_t
m_input_length
;
Undocumented in source.
m_input_ready_semaphore
Semaphore
m_input_ready_semaphore
;
Undocumented in source.
Meta
Source
See Implementation
botan
filters
basefilt
classes
BitBucket
Chain
Fork
ThreadedFork
structs
ThreadedForkData