Botan
1.10.16
|
#include <gnump_engine.h>
Engine using GNU MP
Definition at line 18 of file gnump_engine.h.
Botan::GMP_Engine::GMP_Engine | ( | ) |
Botan::GMP_Engine::~GMP_Engine | ( | ) |
Definition at line 65 of file gmp_mem.cpp.
|
virtualinherited |
algo_spec | the algorithm name/specification |
af | an algorithm factory object |
Reimplemented in Botan::Core_Engine, Botan::OpenSSL_Engine, Botan::Dynamically_Loaded_Engine, Botan::AES_ISA_Engine, Botan::Assembler_Engine, and Botan::SIMD_Engine.
Definition at line 13 of file engine.cpp.
|
virtualinherited |
algo_spec | the algorithm name/specification |
af | an algorithm factory object |
Reimplemented in Botan::Core_Engine, Botan::OpenSSL_Engine, Botan::Dynamically_Loaded_Engine, Botan::Assembler_Engine, and Botan::SIMD_Engine.
Definition at line 27 of file engine.cpp.
|
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.
|
virtual |
Return a new operator object for this key, if possible
key | the key we want an operator for |
Reimplemented from Botan::Engine.
Definition at line 328 of file gnump_pk.cpp.
Referenced by provider_name().
|
virtual |
Return a new operator object for this key, if possible
key | the key we want an operator for |
Reimplemented from Botan::Engine.
Definition at line 317 of file gnump_pk.cpp.
Referenced by provider_name().
|
virtual |
Return a new operator object for this key, if possible
key | the key we want an operator for |
Reimplemented from Botan::Engine.
Definition at line 274 of file gnump_pk.cpp.
Referenced by provider_name().
|
virtual |
Return a new operator object for this key, if possible
key | the key we want an operator for |
Reimplemented from Botan::Engine.
Definition at line 285 of file gnump_pk.cpp.
Referenced by provider_name().
|
virtual |
Return a new operator object for this key, if possible
key | the key we want an operator for |
Reimplemented from Botan::Engine.
Definition at line 301 of file gnump_pk.cpp.
Referenced by provider_name().
|
virtual |
n | the modulus |
hints | any use hints |
Reimplemented from Botan::Engine.
Definition at line 47 of file gmp_powm.cpp.
Referenced by provider_name().
|
inlinevirtual |
Implements Botan::Engine.
Definition at line 24 of file gnump_engine.h.
References get_decryption_op(), get_encryption_op(), get_key_agreement_op(), get_signature_op(), get_verify_op(), and mod_exp().