Add RSAX builtin engine. It optimizes RSA1024 sign benchmark.

This commit is contained in:
Andy Polyakov
2011-07-20 21:49:46 +00:00
parent dafce90ae5
commit be9a8cc2af
8 changed files with 2171 additions and 12 deletions

View File

@@ -352,6 +352,7 @@ void ENGINE_load_gost(void);
#endif
void ENGINE_load_cryptodev(void);
void ENGINE_load_aesni(void);
void ENGINE_load_rsax(void);
void ENGINE_load_builtin_engines(void);
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation