diff options
author | thib <> | 2010-07-01 17:44:20 +0000 |
---|---|---|
committer | thib <> | 2010-07-01 17:44:20 +0000 |
commit | aaf95101ecdb076e7121125b5b59b79338f68e63 (patch) | |
tree | e732da07cd98066d0bfc1903e3ee73114f5b295c /src/lib/libcrypto/engine/engine.h | |
parent | 1b4deace3d997af54c492a67c6f9468ec87b9b5d (diff) | |
download | openbsd-aaf95101ecdb076e7121125b5b59b79338f68e63.tar.gz openbsd-aaf95101ecdb076e7121125b5b59b79338f68e63.tar.bz2 openbsd-aaf95101ecdb076e7121125b5b59b79338f68e63.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/engine/engine.h')
-rw-r--r-- | src/lib/libcrypto/engine/engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index f503595ece..ecab9453ba 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
@@ -337,6 +337,7 @@ void ENGINE_load_sureware(void); | |||
337 | void ENGINE_load_ubsec(void); | 337 | void ENGINE_load_ubsec(void); |
338 | #endif | 338 | #endif |
339 | void ENGINE_load_cryptodev(void); | 339 | void ENGINE_load_cryptodev(void); |
340 | void ENGINE_load_aesni(void); | ||
340 | void ENGINE_load_padlock(void); | 341 | void ENGINE_load_padlock(void); |
341 | void ENGINE_load_builtin_engines(void); | 342 | void ENGINE_load_builtin_engines(void); |
342 | #ifndef OPENSSL_NO_CAPIENG | 343 | #ifndef OPENSSL_NO_CAPIENG |