Home
last modified time | relevance | path

Searched refs:find_block_cipher (Results 1 – 14 of 14) sorted by relevance

/dports/security/botan110/Botan-1.10.17/src/engine/dyn_engine/
H A Ddyn_engine.h31 BlockCipher* find_block_cipher(const SCAN_Name& algo_spec, in find_block_cipher() function
34 return engine->find_block_cipher(algo_spec, af); in find_block_cipher()
/dports/security/botan110/Botan-1.10.17/src/engine/aes_isa_eng/
H A Daes_isa_engine.h24 BlockCipher* find_block_cipher(const SCAN_Name&,
H A Daes_isa_engine.cpp18 AES_ISA_Engine::find_block_cipher(const SCAN_Name& request, in find_block_cipher() function in Botan::AES_ISA_Engine
/dports/security/botan110/Botan-1.10.17/src/engine/simd_engine/
H A Dsimd_engine.h23 BlockCipher* find_block_cipher(const SCAN_Name&,
H A Dsimd_engine.cpp39 SIMD_Engine::find_block_cipher(const SCAN_Name& request, in find_block_cipher() function in Botan::SIMD_Engine
/dports/security/botan110/Botan-1.10.17/src/engine/asm_engine/
H A Dasm_engine.h23 BlockCipher* find_block_cipher(const SCAN_Name&,
H A Dasm_engine.cpp33 Assembler_Engine::find_block_cipher(const SCAN_Name& request, in find_block_cipher() function in Botan::Assembler_Engine
/dports/security/botan110/Botan-1.10.17/src/engine/openssl/
H A Dopenssl_engine.h41 BlockCipher* find_block_cipher(const SCAN_Name&,
H A Dossl_bc.cpp185 OpenSSL_Engine::find_block_cipher(const SCAN_Name& request, in find_block_cipher() function in Botan::OpenSSL_Engine
/dports/security/botan110/Botan-1.10.17/src/engine/
H A Dengine.cpp13 Engine::find_block_cipher(const SCAN_Name&, in find_block_cipher() function in Botan::Engine
H A Dengine.h48 find_block_cipher(const SCAN_Name& algo_spec,
/dports/security/botan110/Botan-1.10.17/src/engine/core_engine/
H A Dcore_engine.h41 BlockCipher* find_block_cipher(const SCAN_Name&,
H A Dlookup_block.cpp119 BlockCipher* Core_Engine::find_block_cipher(const SCAN_Name& request, in find_block_cipher() function in Botan::Core_Engine
/dports/security/botan110/Botan-1.10.17/src/algo_factory/
H A Dalgo_factory.cpp39 { return engine->find_block_cipher(request, af); } in engine_get_algo()