|
Botan 1.10.17
|
#include <openssl_engine.h>
OpenSSL Engine
Definition at line 18 of file openssl_engine.h.
|
virtual |
| algo_spec | the algorithm name/specification |
| af | an algorithm factory object |
Reimplemented from Botan::Engine.
Definition at line 187 of file ossl_bc.cpp.
References Botan::SCAN_Name::algo_name(), Botan::SCAN_Name::arg_as_integer(), find_block_cipher(), HANDLE_EVP_CIPHER, and HANDLE_EVP_CIPHER_KEYLEN.
Referenced by find_block_cipher().
|
virtual |
| algo_spec | the algorithm name/specification |
| af | an algorithm factory object |
Reimplemented from Botan::Engine.
Definition at line 110 of file ossl_md.cpp.
References Botan::SCAN_Name::algo_name(), and find_hash().
Referenced by find_hash().
|
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.
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 41 of file engine.cpp.
Referenced by provider_name().
|
virtual |
Look for an OpenSSL-supported stream cipher (ARC4)
Reimplemented from Botan::Engine.
Definition at line 82 of file ossl_arc4.cpp.
References Botan::SCAN_Name::algo_name(), and Botan::SCAN_Name::arg_as_integer().
|
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::Core_Engine, and Botan::Dynamically_Loaded_Engine.
Definition at line 54 of file engine.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 334 of file ossl_pk.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 323 of file ossl_pk.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 280 of file ossl_pk.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 291 of file ossl_pk.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 307 of file ossl_pk.cpp.
|
virtual |
| n | the modulus |
| hints | any use hints |
Reimplemented from Botan::Engine.
Definition at line 48 of file bn_powm.cpp.
|
inlinevirtual |
Return the provider name ("openssl")
Implements Botan::Engine.
Definition at line 24 of file openssl_engine.h.