Botan
1.10.9
|
Go to the source code of this file.
Namespaces | |
Botan | |
Macros | |
#define | BOTAN_ASSERT(expr, msg) |
#define | BOTAN_ASSERT_EQUAL(value1, value2, msg) |
#define | BOTAN_ASSERT_FUNCTION ((const char*)0) |
Functions | |
void | Botan::assertion_failure (const char *expr_str, const char *msg, const char *func, const char *file, int line) |
#define BOTAN_ASSERT | ( | expr, | |
msg | |||
) |
Definition at line 19 of file assert.h.
Referenced by Botan::Output_Buffers::add(), Botan::ECDH_KA_Operation::agree(), Botan::RSA_Private_Operation::decrypt(), Botan::EC_PrivateKey::EC_PrivateKey(), Botan::GOST_3410_PublicKey::GOST_3410_PublicKey(), Botan::GOST_3410_Signature_Operation::sign(), and Botan::PK_Signer::signature().
#define BOTAN_ASSERT_EQUAL | ( | value1, | |
value2, | |||
msg | |||
) |
Definition at line 29 of file assert.h.
Referenced by Botan::base64_encode(), and Botan::PKCS7_Padding::pad().