| Botan
    1.10.16
    | 
#include <asm_engine.h>
 
  
 Engine for x86-32 specific implementations
Definition at line 18 of file asm_engine.h.
| 
 | virtual | 
| algo_spec | the algorithm name/specification | 
| af | an algorithm factory object | 
Reimplemented from Botan::Engine.
Definition at line 33 of file asm_engine.cpp.
References Botan::SCAN_Name::algo_name().
Referenced by provider_name().
| 
 | virtual | 
| algo_spec | the algorithm name/specification | 
| af | an algorithm factory object | 
Reimplemented from Botan::Engine.
Definition at line 47 of file asm_engine.cpp.
References Botan::SCAN_Name::algo_name().
Referenced by provider_name().
| 
 | virtualinherited | 
| algo_spec | the algorithm name/specification | 
| af | an algorithm factory object | 
Reimplemented in Botan::Core_Engine, and Botan::Dynamically_Loaded_Engine.
Definition at line 34 of file engine.cpp.
| 
 | virtualinherited | 
| algo_spec | the algorithm name/specification | 
| af | an algorithm factory object | 
Reimplemented in Botan::Dynamically_Loaded_Engine, and Botan::Core_Engine.
Definition at line 41 of file engine.cpp.
| 
 | virtualinherited | 
| algo_spec | the algorithm name/specification | 
| af | an algorithm factory object | 
Reimplemented in Botan::Core_Engine, Botan::OpenSSL_Engine, and Botan::Dynamically_Loaded_Engine.
Definition at line 20 of file engine.cpp.
| 
 | virtualinherited | 
Return a new cipher object
| algo_spec | the algorithm name/specification | 
| dir | specifies if encryption or decryption is desired | 
| af | an algorithm factory object | 
Reimplemented in Botan::Dynamically_Loaded_Engine, and Botan::Core_Engine.
Definition at line 54 of file engine.cpp.
| 
 | virtualinherited | 
Return a new operator object for this key, if possible
| key | the key we want an operator for | 
Reimplemented in Botan::Dynamically_Loaded_Engine, Botan::GMP_Engine, Botan::OpenSSL_Engine, and Botan::Core_Engine.
Definition at line 86 of file engine.cpp.
| 
 | virtualinherited | 
Return a new operator object for this key, if possible
| key | the key we want an operator for | 
Reimplemented in Botan::Dynamically_Loaded_Engine, Botan::GMP_Engine, Botan::OpenSSL_Engine, and Botan::Core_Engine.
Definition at line 80 of file engine.cpp.
| 
 | virtualinherited | 
Return a new operator object for this key, if possible
| key | the key we want an operator for | 
Reimplemented in Botan::Dynamically_Loaded_Engine, Botan::GMP_Engine, Botan::OpenSSL_Engine, and Botan::Core_Engine.
Definition at line 62 of file engine.cpp.
| 
 | virtualinherited | 
Return a new operator object for this key, if possible
| key | the key we want an operator for | 
Reimplemented in Botan::Dynamically_Loaded_Engine, Botan::GMP_Engine, Botan::OpenSSL_Engine, and Botan::Core_Engine.
Definition at line 68 of file engine.cpp.
| 
 | virtualinherited | 
Return a new operator object for this key, if possible
| key | the key we want an operator for | 
Reimplemented in Botan::Dynamically_Loaded_Engine, Botan::GMP_Engine, Botan::OpenSSL_Engine, and Botan::Core_Engine.
Definition at line 74 of file engine.cpp.
| 
 | virtualinherited | 
| n | the modulus | 
| hints | any use hints | 
Reimplemented in Botan::Dynamically_Loaded_Engine, Botan::GMP_Engine, Botan::OpenSSL_Engine, and Botan::Core_Engine.
Definition at line 48 of file engine.cpp.
| 
 | inlinevirtual | 
Implements Botan::Engine.
Definition at line 21 of file asm_engine.h.
References find_block_cipher(), and find_hash().
 1.8.13
 1.8.13