openssl/providers/implementations
Hongren (Zenithal) Zheng 2787a709c9 Make IV/buf in prov_cipher_ctx_st aligned
Make IV/buf aligned will drastically improve performance
as some architecture performs badly on misaligned memory
access.

Ref to
https://gist.github.com/ZenithalHourlyRate/7b5175734f87acb73d0bbc53391d7140#file-2-openssl-long-md
Ref to
openssl#18197

Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18267)
2022-05-11 15:10:07 +02:00
..
asymciphers Correctly calculate the length of SM2 plaintext given the ciphertext 2021-08-24 14:22:07 +01:00
ciphers Update copyright year 2022-05-03 13:34:51 +01:00
digests Remove duplicated #include headers 2022-05-04 13:46:10 +10:00
encode_decode Update copyright year 2022-05-03 13:34:51 +01:00
exchange Update copyright year 2022-05-03 13:34:51 +01:00
include/prov Make IV/buf in prov_cipher_ctx_st aligned 2022-05-11 15:10:07 +02:00
kdfs Remove duplicated #include headers 2022-05-04 13:46:10 +10:00
kem Update copyright year 2022-05-03 13:34:51 +01:00
keymgmt Update copyright year 2022-05-03 13:34:51 +01:00
macs Update copyright year 2022-05-03 13:34:51 +01:00
rands Remove duplicated #include headers 2022-05-04 13:46:10 +10:00
signature Remove duplicated #include headers 2022-05-04 13:46:10 +10:00
storemgmt Update copyright year 2022-05-03 13:34:51 +01:00
build.info Add KEM (Key encapsulation mechanism) support to providers 2020-09-19 18:08:46 +10:00