Home
last modified time | relevance | path

Searched defs:CRYPTOPP_ASSERT (Results 1 – 5 of 5) sorted by relevance

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dtrap.h68 # define CRYPTOPP_ASSERT(exp) { ... } macro
73 # define CRYPTOPP_ASSERT(exp) { \ macro
85 # define CRYPTOPP_ASSERT(exp) { \ macro
101 # define CRYPTOPP_ASSERT(exp) (void)0 macro
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dtrap.h62 # define CRYPTOPP_ASSERT(exp) { ... } macro
66 # define CRYPTOPP_ASSERT(exp) { \ macro
77 # define CRYPTOPP_ASSERT(exp) { \ macro
92 # define CRYPTOPP_ASSERT(exp) (void)0 macro
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dtrap.h68 # define CRYPTOPP_ASSERT(exp) { ... } macro
73 # define CRYPTOPP_ASSERT(exp) { \ macro
85 # define CRYPTOPP_ASSERT(exp) { \ macro
101 # define CRYPTOPP_ASSERT(exp) (void)0 macro
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dtrap.h68 # define CRYPTOPP_ASSERT(exp) { ... } macro
73 # define CRYPTOPP_ASSERT(exp) { \ macro
85 # define CRYPTOPP_ASSERT(exp) { \ macro
101 # define CRYPTOPP_ASSERT(exp) (void)0 macro
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dttmac.cpp68 m_data[m_data.size()-1] = GetBitCountHi();
73 word32 t3 = m_digest[3];
85 m_digest[0] += m_digest[1] + t3;
101 default:
102 …throw InvalidArgument("TTMAC_Base: can't truncate a Two-Track-MAC 20 byte digest to " + IntToStrin…