Update the dasync engine to add a pipeline cipher
Implement aes128-cbc as a pipeline capable cipher in the dasync engine. As dasync is just a dummy engine, it actually just performs the parallel encrypts/decrypts in serial. Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
@@ -207,6 +207,9 @@ I could use some help explaining this one!
|
||||
|
||||
=back
|
||||
|
||||
EVP_CIPHER_meth_set_impl_ctx_size() sets the size of the EVP_CIPHER's
|
||||
implementation context so that it can be automatically allocated.
|
||||
|
||||
EVP_CIPHER_meth_set_init() sets the cipher init function for
|
||||
B<cipher>.
|
||||
The cipher init function is called by EVP_CipherInit(),
|
||||
|
||||
Reference in New Issue
Block a user