Refactor dasync cipher implementations to improve code reuse
authorMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 12:03:48 +0000 (12:03 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 21:42:09 +0000 (21:42 +0000)
commite38c2e8535bec4660c00c8394ff181d622bd41bd
tree93bc3ce456a0b177474a273aca4d2e21c9d22e63
parent11780ac3e22e9214dd1e0b71279b5e787f203163
Refactor dasync cipher implementations to improve code reuse

Move out most of the boiler plate code that is common between aes128-cbc
and aes128-cbc-hmac-sha1 into helper functions to improve code reuse.

Reviewed-by: Tim Hudson <tjh@openssl.org>
engines/e_dasync.c