Botan
1.10.9
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
engine
asm_engine
asm_engine.h
Go to the documentation of this file.
1
/*
2
* Assembly Implementation Engine
3
* (C) 1999-2010 Jack Lloyd
4
*
5
* Distributed under the terms of the Botan license
6
*/
7
8
#ifndef BOTAN_X86_32_ASM_ENGINE_H__
9
#define BOTAN_X86_32_ASM_ENGINE_H__
10
11
#include <botan/engine.h>
12
13
namespace
Botan
{
14
15
/**
16
* Engine for x86-32 specific implementations
17
*/
18
class
Assembler_Engine
:
public
Engine
19
{
20
public
:
21
std::string
provider_name
()
const
{
return
"asm"
; }
22
23
BlockCipher
*
find_block_cipher
(
const
SCAN_Name
&,
24
Algorithm_Factory
&)
const
;
25
26
HashFunction
*
find_hash
(
const
SCAN_Name
& request,
27
Algorithm_Factory
&)
const
;
28
};
29
30
}
31
32
#endif
Botan::Algorithm_Factory
Definition:
algo_factory.h:34
Botan::Assembler_Engine::find_block_cipher
BlockCipher * find_block_cipher(const SCAN_Name &, Algorithm_Factory &) const
Definition:
asm_engine.cpp:33
Botan::Engine
Definition:
engine.h:32
Botan
Definition:
algo_base.h:14
Botan::Assembler_Engine::provider_name
std::string provider_name() const
Definition:
asm_engine.h:21
Botan::SCAN_Name
Definition:
scan_name.h:21
Botan::HashFunction
Definition:
hash.h:20
Botan::Assembler_Engine
Definition:
asm_engine.h:18
Botan::Assembler_Engine::find_hash
HashFunction * find_hash(const SCAN_Name &request, Algorithm_Factory &) const
Definition:
asm_engine.cpp:47
Botan::BlockCipher
Definition:
block_cipher.h:18
Generated on Sat Aug 20 2016 08:18:47 for Botan by
1.8.9.1