botan v1.12.12 (2020-01-26T16:00:04Z)
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