Botan
1.10.16
|
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::bigint_mul(), Botan::bigint_sqr(), Botan::RSA_Private_Operation::decrypt(), Botan::EC_PrivateKey::EC_PrivateKey(), Botan::DL_Group::PEM_decode(), Botan::PointGFp::PointGFp(), and Botan::Output_Buffers::retire().
#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().