Home
last modified time | relevance | path

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

/dports/security/botan110/Botan-1.10.17/src/cert/x509cert/
H A Dx509_ext.h58 virtual bool should_encode() const { return true; } in should_encode() function
133 bool should_encode() const { return (constraints != NO_CONSTRAINTS); } in should_encode() function
157 bool should_encode() const { return (key_id.size() > 0); } in should_encode() function
181 bool should_encode() const { return (key_id.size() > 0); } in should_encode() function
206 bool should_encode() const { return alt_name.has_items(); } in should_encode() function
255 bool should_encode() const { return (oids.size() > 0); } in should_encode() function
280 bool should_encode() const { return (oids.size() > 0); } in should_encode() function
304 bool should_encode() const { return has_value; } in should_encode() function
328 bool should_encode() const { return (reason != UNSPECIFIED); } in should_encode() function
H A Dx509_ext.cpp92 const bool should_encode = ext->should_encode(); in encode_into() local
94 if(should_encode) in encode_into()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/x509/
H A Dx509_ext.h71 bool should_encode() const override in should_encode() function
106 bool should_encode() const override { return (m_key_id.size() > 0); } in should_encode() function
135 bool should_encode() const override { return (m_key_id.size() > 0); } in should_encode() function
163 bool should_encode() const override { return m_alt_name.has_items(); } in should_encode() function
219 bool should_encode() const override { return (m_oids.size() > 0); } in should_encode() function
253 bool should_encode() const override { return true; } in should_encode() function
289 bool should_encode() const override { return (m_oids.size() > 0); } in should_encode() function
351 bool should_encode() const override { return m_has_value; } in should_encode() function
426 bool should_encode() const override in should_encode() function
462 bool should_encode() const override { return true; } in should_encode() function
[all …]
H A Dx509_ext.cpp251 const bool should_encode = ext_info.second.obj().should_encode(); in encode_into() local
253 if(should_encode) in encode_into()
H A Dpkix_types.h404 virtual bool should_encode() const { return true; } in should_encode() function
/dports/security/botan2/Botan-2.18.2/src/lib/x509/
H A Dx509_ext.h71 bool should_encode() const override in should_encode() function
106 bool should_encode() const override { return (m_key_id.size() > 0); } in should_encode() function
135 bool should_encode() const override { return (m_key_id.size() > 0); } in should_encode() function
163 bool should_encode() const override { return m_alt_name.has_items(); } in should_encode() function
219 bool should_encode() const override { return (m_oids.size() > 0); } in should_encode() function
253 bool should_encode() const override { return true; } in should_encode() function
289 bool should_encode() const override { return (m_oids.size() > 0); } in should_encode() function
351 bool should_encode() const override { return m_has_value; } in should_encode() function
426 bool should_encode() const override in should_encode() function
462 bool should_encode() const override { return true; } in should_encode() function
[all …]
H A Dx509_ext.cpp251 const bool should_encode = ext_info.second.obj().should_encode(); in encode_into() local
253 if(should_encode) in encode_into()
H A Dpkix_types.h404 virtual bool should_encode() const { return true; } in should_encode() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/x509/
H A Dx509_ext.h71 bool should_encode() const override in should_encode() function
106 bool should_encode() const override { return (m_key_id.size() > 0); } in should_encode() function
135 bool should_encode() const override { return (m_key_id.size() > 0); } in should_encode() function
163 bool should_encode() const override { return m_alt_name.has_items(); } in should_encode() function
219 bool should_encode() const override { return (m_oids.size() > 0); } in should_encode() function
253 bool should_encode() const override { return true; } in should_encode() function
289 bool should_encode() const override { return (m_oids.size() > 0); } in should_encode() function
351 bool should_encode() const override { return m_has_value; } in should_encode() function
426 bool should_encode() const override in should_encode() function
462 bool should_encode() const override { return true; } in should_encode() function
[all …]
H A Dx509_ext.cpp251 const bool should_encode = ext_info.second.obj().should_encode(); in encode_into() local
253 if(should_encode) in encode_into()
H A Dpkix_types.h404 virtual bool should_encode() const { return true; } in should_encode() function
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/src/uri/
H A Duri.cpp396 utility::string_t encode_impl(const utf8string& raw, F should_encode) in encode_impl() argument
405 if (should_encode(ch)) in encode_impl()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dunit_x509.cpp1360 bool should_encode() const override in should_encode() function in Botan_Tests::__anonf497d01f0111::String_Extension
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dunit_x509.cpp1360 bool should_encode() const override in should_encode() function in Botan_Tests::__anon73eab6de0111::String_Extension