Module: PKIFTSPMemoryHelper
Definition in file PKIFTSPMemoryHelper.cpp.
#include "private/PKIFTSPMemoryHelper.h"
#include "PKIFTSP.h"
#include "PKIXTSP.h"
#include "ToolkitUtils.h"
#include "components.h"
Go to the source code of this file.
Functions | |
void | FreeRequestMembers (PKIFTSPTimeStampReq *pRequest) |
void | FreeResponseMembers (PKIFTSPTimeStampResp *pResponse) |
void | FreeTSTInfoMembers (PKIFTSPTSTInfo *pTSTInfo) |
void FreeRequestMembers | ( | PKIFTSPTimeStampReq * | pRequest | ) |
Interface: Subsystem
This is a helper function that frees all TSPRequest members
Definition at line 28 of file PKIFTSPMemoryHelper.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_TSP_ASN.
void FreeResponseMembers | ( | PKIFTSPTimeStampResp * | pResponse | ) |
Interface: Subsystem
This is a helper function that frees all TSPResponse members
Definition at line 44 of file PKIFTSPMemoryHelper.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_TSP_ASN.
void FreeTSTInfoMembers | ( | PKIFTSPTSTInfo * | pTSTInfo | ) |
Interface: Subsystem
This is a helper function that frees all TSInfo members
Definition at line 70 of file PKIFTSPMemoryHelper.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_TSP_ASN.
Referenced by PKIFTSPMemoryHelper::~PKIFTSPMemoryHelper().