Module: Miscellaneous
Definition in file config.h.
Go to the source code of this file.
Defines | |
#define | _STDLIB_THROWS |
#define | _GCC4 |
#define | _NO_STRICMP |
#define | _NO_WIN_TYPES |
#define | _NO_GETTICKCOUNT |
#define | _NO_AUDITFACILITY |
#define | _NEEDS_ASSERT_MACRO |
#define | STDLIB_SUPER_THROW throw() |
#define | stricmp strcasecmp |
#define | strnicmp strncasecmp |
#define | _ASSERT assert |
#define | AuditString(a, b, c, d, e, f, g) |
#define | SLEEP(n) usleep(n) |
Typedefs | |
typedef bool | BOOL |
typedef unsigned char | BYTE |
typedef long | LONG |
typedef unsigned long | DWORD |
typedef unsigned long | ULONG |
#define _ASSERT assert |
Definition at line 55 of file config.h.
Referenced by CPKIFCacheMediator2::Terminate(), CPKIFRevocationStatusMediator2::Terminate(), CPKIFPathProcessingMediator2::Terminate(), CPKIFCryptoMediator2::Terminate(), CPKIFCMSAttributeMediator2::~CPKIFCMSAttributeMediator2(), and CPKIFX509ExtensionMediator2::~CPKIFX509ExtensionMediator2().
#define AuditString | ( | a, | |||
b, | |||||
c, | |||||
d, | |||||
e, | |||||
f, | |||||
g | ) |
Definition at line 59 of file config.h.
Referenced by CPKIFCacheMediator2::AddCertificate(), CPKIFCacheMediator2::AddCRL(), AuditPathEvent(), CPKIFPathProcessingMediator2::BuildAndValidatePath(), CPKIFPathProcessingMediator2::BuildPath(), CPKIFRevocationStatusMediator2::CheckStatus(), CPKIFRevocationStatusMediator2::CheckStatusPath(), CPKIFCryptoMediator2::Decrypt(), CPKIFCacheMediator2::FindCertificates(), CPKIFCacheMediator2::FindKeys(), CPKIFCacheMediator2::GetCertificates(), CPKIFCacheMediator2::GetCertificateSources(), CPKIFCacheMediator2::GetCRLs(), CPKIFCryptoMediator2::GetKeyList(), CPKIFCacheMediator2::GetTrustRoots(), InitLogging(), CPKIFCryptoMediator2::SecretAgree(), CPKIFPathProcessingMediator2::SetAdditionalCertificateChecks(), CPKIFCryptoMediator2::SetDefaultKey(), CPKIFCryptoMediator2::Sign(), CPKIFPathProcessingMediator2::ValidatePath(), and CPKIFCryptoMediator2::Verify().
#define SLEEP | ( | n | ) | usleep(n) |
Definition at line 76 of file config.h.
Referenced by GetCertfromLDAPURL(), and GetCRLfromLDAPURL().
#define stricmp strcasecmp |
Definition at line 34 of file config.h.
Referenced by _CertIDMatchesCert(), CPKIFCAPICRLUpdate2::AddCRL(), CPKIFCRL::CertOnThisCRL(), CPKIFCAPI2::Decrypt(), GetCertfromLDAPURL(), CPKIFLDAPRepository::GetCertificates(), CPKIFLDAPRepository::GetCRLs(), GetHostFromUri(), KeyIDsMatch(), UriMatch::operator()(), ScopeCompare::operator()(), CaseInsensitiveFind::operator()(), CPKIFLdapCertNode::operator==(), CPKIFCertificate::operator==(), and RIDMatch().
#define strnicmp strncasecmp |