Home
last modified time | relevance | path

Searched refs:get_signature_op (Results 1 – 10 of 10) sorted by relevance

/dports/security/botan110/Botan-1.10.17/src/engine/dyn_engine/
H A Ddyn_engine.h81 get_signature_op(const Private_Key& key) const in get_signature_op() function
83 return engine->get_signature_op(key); in get_signature_op()
/dports/security/botan110/Botan-1.10.17/src/engine/gnump/
H A Dgnump_engine.h30 get_signature_op(const Private_Key& key) const;
H A Dgnump_pk.cpp285 GMP_Engine::get_signature_op(const Private_Key& key) const in get_signature_op() function in Botan::GMP_Engine
/dports/security/botan110/Botan-1.10.17/src/engine/openssl/
H A Dopenssl_engine.h30 get_signature_op(const Private_Key& key) const;
H A Dossl_pk.cpp291 OpenSSL_Engine::get_signature_op(const Private_Key& key) const in get_signature_op() function in Botan::OpenSSL_Engine
/dports/security/botan110/Botan-1.10.17/src/engine/
H A Dengine.cpp68 Engine::get_signature_op(const Private_Key&) const in get_signature_op() function in Botan::Engine
H A Dengine.h120 get_signature_op(const Private_Key& key) const;
/dports/security/botan110/Botan-1.10.17/src/engine/core_engine/
H A Dcore_engine.h27 get_signature_op(const Private_Key& key) const;
H A Ddef_pk_ops.cpp97 Core_Engine::get_signature_op(const Private_Key& key) const in get_signature_op() function in Botan::Core_Engine
/dports/security/botan110/Botan-1.10.17/src/pubkey/
H A Dpubkey.cpp141 op = engine->get_signature_op(key); in PK_Signer()