diff options
| author | thib <> | 2010-07-01 17:44:20 +0000 |
|---|---|---|
| committer | thib <> | 2010-07-01 17:44:20 +0000 |
| commit | 9084f839ac0f269821a954788017d4349b614e7d (patch) | |
| tree | e732da07cd98066d0bfc1903e3ee73114f5b295c /src/lib/libcrypto/util | |
| parent | f6553abd162a6805a6684eff37e95f1f0ed98844 (diff) | |
| download | openbsd-9084f839ac0f269821a954788017d4349b614e7d.tar.gz openbsd-9084f839ac0f269821a954788017d4349b614e7d.tar.bz2 openbsd-9084f839ac0f269821a954788017d4349b614e7d.zip | |
AES-NI engine support for OpenSSL.
This is code mostly picked up from upstream OpenSSL, or to be more exact
a diff from David Woodhouse <dwmw2 at infradead dot org>.
Remember to make includes before doing a build!
no objections from djm@
OK deraadt@, reyk@ (AES is about 4.25x faster on his x201 now)
Diffstat (limited to 'src/lib/libcrypto/util')
| -rw-r--r-- | src/lib/libcrypto/util/libeay.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/util/libeay.num b/src/lib/libcrypto/util/libeay.num index 74eb337227..0bad595233 100644 --- a/src/lib/libcrypto/util/libeay.num +++ b/src/lib/libcrypto/util/libeay.num | |||
| @@ -3725,3 +3725,4 @@ JPAKE_STEP2_release 4110 EXIST::FUNCTION:JPAKE | |||
| 3725 | JPAKE_STEP3A_init 4111 EXIST::FUNCTION:JPAKE | 3725 | JPAKE_STEP3A_init 4111 EXIST::FUNCTION:JPAKE |
| 3726 | ERR_load_JPAKE_strings 4112 EXIST::FUNCTION:JPAKE | 3726 | ERR_load_JPAKE_strings 4112 EXIST::FUNCTION:JPAKE |
| 3727 | JPAKE_STEP2_init 4113 EXIST::FUNCTION:JPAKE | 3727 | JPAKE_STEP2_init 4113 EXIST::FUNCTION:JPAKE |
| 3728 | ENGINE_load_aesni 4114 EXIST::FUNCTION:ENGINE | ||
