Home
last modified time | relevance | path

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

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_oid.cpp25 …result.test_eq("there is no OID 'botan-test-oid1'", Botan::OIDS::have_oid("botan-test-oid1"), fals… in test_add_have_OID()
29 …result.test_eq("OID 'botan-test-oid1' added successfully", Botan::OIDS::have_oid("botan-test-oid1"… in test_add_have_OID()
41 …result.test_eq("there is no OID 'botan-test-oid2'", Botan::OIDS::have_oid("botan-test-oid2"), fals… in test_add_have_OID_str()
45 …result.test_eq("OID 'botan-test-oid2' added successfully", Botan::OIDS::have_oid("botan-test-oid2"… in test_add_have_OID_str()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_oid.cpp25 …result.test_eq("there is no OID 'botan-test-oid1'", Botan::OIDS::have_oid("botan-test-oid1"), fals… in test_add_have_OID()
29 …result.test_eq("OID 'botan-test-oid1' added successfully", Botan::OIDS::have_oid("botan-test-oid1"… in test_add_have_OID()
41 …result.test_eq("there is no OID 'botan-test-oid2'", Botan::OIDS::have_oid("botan-test-oid2"), fals… in test_add_have_OID_str()
45 …result.test_eq("OID 'botan-test-oid2' added successfully", Botan::OIDS::have_oid("botan-test-oid2"… in test_add_have_OID_str()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/asn1/
H A Doids.cpp64 bool have_oid(const std::string& str) in have_oid() function in Botan::__anon88ceb5df0111::OID_Map
129 bool OIDS::have_oid(const std::string& name) in have_oid() function in Botan::OIDS
131 return OID_Map::global_registry().have_oid(name); in have_oid()
H A Doids.h55 BOTAN_UNSTABLE_API bool BOTAN_DEPRECATED("Just lookup the value instead") have_oid(const std::strin…
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/asn1/
H A Doids.cpp64 bool have_oid(const std::string& str) in have_oid() function in Botan::__anon3f5d6a410111::OID_Map
129 bool OIDS::have_oid(const std::string& name) in have_oid() function in Botan::OIDS
131 return OID_Map::global_registry().have_oid(name); in have_oid()
H A Doids.h55 BOTAN_UNSTABLE_API bool BOTAN_DEPRECATED("Just lookup the value instead") have_oid(const std::strin…
/dports/security/botan2/Botan-2.18.2/src/lib/asn1/
H A Doids.cpp64 bool have_oid(const std::string& str) in have_oid() function in Botan::__anonb06ae0de0111::OID_Map
129 bool OIDS::have_oid(const std::string& name) in have_oid() function in Botan::OIDS
131 return OID_Map::global_registry().have_oid(name); in have_oid()
H A Doids.h55 BOTAN_UNSTABLE_API bool BOTAN_DEPRECATED("Just lookup the value instead") have_oid(const std::strin…
/dports/security/botan110/Botan-1.10.17/src/libstate/oid_lookup/
H A Doids.h29 BOTAN_DLL bool have_oid(const std::string& oid);
H A Doids.cpp61 bool have_oid(const std::string& name) in have_oid() function
/dports/security/botan110/Botan-1.10.17/src/kdf/prf_x942/
H A Dprf_x942.cpp86 if(OIDS::have_oid(oid)) in X942_PRF()
/dports/security/botan110/Botan-1.10.17/src/wrap/perl-xs/t/
H A Doid.t26 print "not " unless Botan::OIDS::have_oid('X520.CommonName');
/dports/security/botan110/Botan-1.10.17/src/cms/
H A Dcms_ealg.cpp258 if(!OIDS::have_oid(cipher->name() + "/CBC")) in do_encrypt()
347 if(!OIDS::have_oid(hash)) in digest()
/dports/security/botan110/Botan-1.10.17/src/wrap/perl-xs/
H A DBotan.xs409 have_oid(name) in have_oid() function
413 RETVAL = Botan::OIDS::have_oid(name);