openssl: add patches for performance ossl-perf-1907
authorYousong Zhou <yszhou4tech@gmail.com>
Tue, 11 Aug 2020 08:44:23 +0000 (16:44 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Tue, 11 Aug 2020 10:21:31 +0000 (18:21 +0800)
commit046ffc482e0812dd130c6c3f847d33fcbf6e10aa
treee416984fb63636035581d3392b489f2769c94fd6
parentb3b7665e622798a83a792ca766f47d3683c2c76e
openssl: add patches for performance

Add x86_64 vpaes_ctr32_encrypt_blocks for vpaes optimization.  The patch is
from BoringSSL

Integrate vpaes 2x optimization.

Revert the removal of bsaes.  It has better throughput than vpaes even
when the later has 2x optimization

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
package/libs/openssl/patches/600-Add-vpaes_ctr32_encrypt_blocks-for-x86_64.patch [new file with mode: 0644]
package/libs/openssl/patches/601-Integrate-vpaes_ctr32_encrypt_blocks-into-crypto.patch [new file with mode: 0644]
package/libs/openssl/patches/602-Revert-Remove-x86-x86_64-BSAES-and-AES_ASM-support.patch [new file with mode: 0644]