diff options
author | jsing <> | 2025-06-15 15:11:50 +0000 |
---|---|---|
committer | jsing <> | 2025-06-15 15:11:50 +0000 |
commit | 51f804b282da1b0813454f9f6027d3726deea4c7 (patch) | |
tree | 0878a73d8f7c407a43db41308974923535249794 /src/lib/libcrypto/crypto_ex_data.c | |
parent | 9fe52b4c66b17ca20d6e89f97ea00d36ce86086e (diff) | |
download | openbsd-51f804b282da1b0813454f9f6027d3726deea4c7.tar.gz openbsd-51f804b282da1b0813454f9f6027d3726deea4c7.tar.bz2 openbsd-51f804b282da1b0813454f9f6027d3726deea4c7.zip |
Integrate AES-NI into the AES code.
Currently, the AES-NI code is only integrated into EVP - add code to
integrate AES-NI into AES. Rename the assembly provided functions and
provide C versions for the original names, which check for AES-NI support
and dispatch to the appropriate function. This means that the AES_* public
API will now use AES-NI, if available.
ok tb@
Diffstat (limited to 'src/lib/libcrypto/crypto_ex_data.c')
0 files changed, 0 insertions, 0 deletions