Module: PKIFOCSPMemoryHelper
Definition in file PKIFOCSPMemoryHelper.cpp.
#include "PKIFOCSPMemoryHelper.h"
#include "ToolkitUtils.h"
#include "components.h"
#include "ASN1Helper.h"
#include "OCSP.h"
Go to the source code of this file.
Functions | |
void | FreeRequestMembers (OCSPRequest *pRequest) |
void | FreeTBSRequestMembers (TBSRequest *pTBSRequest) |
void FreeRequestMembers | ( | OCSPRequest * | pRequest | ) |
Interface: Subsystem
This is a helper function that frees all OCSPRequest members
pRequest | [in] Pointer to OCSPRequest object |
Definition at line 25 of file PKIFOCSPMemoryHelper.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_OCSP_ASN.
Referenced by PKIFOCSPMemoryHelper::~PKIFOCSPMemoryHelper(), PKIFSCVPMemoryHelper::~PKIFSCVPMemoryHelper(), and PKIFTSPMemoryHelper::~PKIFTSPMemoryHelper().
void FreeTBSRequestMembers | ( | TBSRequest * | pTBSRequest | ) |
Interface: Subsystem
This is a helper function that frees all the members of TBSRequest
pTBSRequest | [in] Pointer to TBSRequest |
Definition at line 59 of file PKIFOCSPMemoryHelper.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_OCSP_ASN.
Referenced by PKIFOCSPMemoryHelper::~PKIFOCSPMemoryHelper().