Module: CPKIFCNGCAPI
Definition in file PKIFCNGCAPI.cpp.
#include "PKIFCNGCAPI.h"
#include "ToolkitUtils.h"
#include "CAPIUtils.h"
#include "PKIFCAPICredential2.h"
#include "PKIFCAPICryptContext2.h"
#include "PKIFCNGKeyAgreeContext.h"
#include "PKIFBCryptPublicKey.h"
#include "PKIFCryptoPPKeyMaterial.h"
#include "PKIFAlgorithm.h"
#include "PKIFCryptoErrors.h"
#include "PKIFCAPIErrors.h"
#include "PKIFCryptoException.h"
#include "SubjectPublicKeyInfo.h"
#include "Certificate.h"
#include "KeyUsage.h"
#include "boost/numeric/conversion/cast.hpp"
#include <atlbase.h>
#include <sstream>
#include "PKIFCNGUtils.h"
Go to the source code of this file.
Defines | |
#define | NT_SUCCESS(Status) (((NTSTATUS)(Status)) >= 0) |
#define | STATUS_UNSUCCESSFUL ((NTSTATUS)0xC0000001L) |
#define NT_SUCCESS | ( | Status | ) | (((NTSTATUS)(Status)) >= 0) |
Definition at line 39 of file PKIFCNGCAPI.cpp.
#define STATUS_UNSUCCESSFUL ((NTSTATUS)0xC0000001L) |
Definition at line 40 of file PKIFCNGCAPI.cpp.
Referenced by CPKIFCNGCAPIRaw::CryptInit(), CPKIFCNGCAPIRaw::HashFinal(), CPKIFCNGCAPIRaw::HashInit(), CPKIFCNGCAPIRaw::HashUpdate(), CPKIFCNGCAPIRaw::HMACFinal(), CPKIFCNGCAPIRaw::HMACInit(), and CPKIFCNGCAPIRaw::HMACUpdate().