Intel AES-NI engine.

Submitted by: Huang Ying
This commit is contained in:
Andy Polyakov
2009-04-27 05:55:13 +00:00
parent 876708c67d
commit d64a7232d4
9 changed files with 2087 additions and 48 deletions

View File

@@ -70,6 +70,9 @@ void ENGINE_load_builtin_engines(void)
#endif
#if defined(__OpenBSD__) || defined(__FreeBSD__)
ENGINE_load_cryptodev();
#endif
#if !defined(OPENSSL_NO_HW) && !defined(OPENSSL_NO_HW_AESNI)
ENGINE_load_aesni();
#endif
ENGINE_load_dynamic();
#ifndef OPENSSL_NO_STATIC_ENGINE