Lines Matching full:pipeline
4 OpenSSL previously supported "pipeline" ciphers via ENGINE implementations.
9 Pipeline operation
16 for hardware accelerators as pipeline amortizes the latency over multiple
17 chunks. Our libssl makes use of pipeline as discussed in
24 pipeline API that works with engines.
27 Flag to denote pipeline support
49 Proposal for EVP pipeline APIs
52 Current API design is made similar to non-pipeline counterpart. The document
56 API to check for pipeline support in provided cipher.
60 * @brief checks if the provider has exported required pipeline functions
65 * @return 0 (pipeline not supported) or 1 (pipeline supported)
170 1. Denoting pipeline support
175 exports pipeline functions.
177 > Moreover, EVP can check for presence of pipeline functions, rather than
217 1. It would be nice to have a mechanism for fetching provider with pipeline
218 support over other providers that don't support pipeline. Maybe by using