PKIFNSSRaw.cpp File Reference


Detailed Description

Subsystem: Cryptography (PKIFCRYPTO)

Module: CPKIFNSSRaw

Id
PKIFNSSRaw.cpp 9903 2009-05-13 13:02:22Z agalustyan

Definition in file PKIFNSSRaw.cpp.

#include "PKIFNSSRaw.h"
#include "PKIFNSSRawCryptContext.h"
#include "PKIFNSSHashContext.h"
#include "PKIFCryptoException.h"
#include "PKIFKeyMaterial.h"
#include "PKIFCryptoPPKeyMaterial.h"
#include "PKIFAlgorithm.h"
#include "ToolkitUtils.h"
#include "PKIFNSSErrors.h"
#include "PKIFNSSDatabase.h"
#include "PKIFCryptoErrors.h"
#include "Certificate.h"
#include "Buffer.h"
#include <sstream>
#include "PKIFNSSConfig.h"
#include "PKIFNSSUtils.h"
#include "nspr.h"

Include dependency graph for PKIFNSSRaw.cpp:

Go to the source code of this file.

Defines

#define CLEANUP
#define CLEANUP
#define CLEANUP


Define Documentation

#define CLEANUP

Value:

{ \
    if (cert && cert[0])  \
    {   CERT_DestroyCertificate(cert[0]); cert[0] = 0; }  \
    if (cert)  \
    {   PR_Free(cert); cert = 0; }  \
    if (pk) \
    {   SECKEY_DestroyPublicKey(pk); pk = 0;    }   \
}

#define CLEANUP

Value:

{ \
    if (cert && cert[1] )  \
    {   CERT_DestroyCertificate(cert[1]); cert[1] = 0; }  \
    if (cert && cert[0])  \
    {   CERT_DestroyCertificate(cert[0]); cert[0] = 0; }  \
    if (cert) \
    {   PR_Free(cert); cert = 0; }  \
}

#define CLEANUP

Value:

{ \
    if (pk) \
    {   SECKEY_DestroyPublicKey(pk); pk = 0;    }   \
}


Generated on Mon Nov 15 11:18:34 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6