Fabcoin Core  0.16.2
P2P Digital Currency
Macros | Functions | Variables
dlltest.cpp File Reference
#include "dll.h"
#include "cryptlib.h"
#include "filters.h"
Include dependency graph for dlltest.cpp:

Go to the source code of this file.

Macros

#define CRYPTOPP_DEFAULT_NO_DLL
 

Functions

void FIPS140_SampleApplication ()
 
 __declspec (dllexport) void __cdecl SetNewAndDeleteFromCryptoPP(PNew pNew
 
void *__cdecl operator new (size_t size)
 
void __cdecl operator delete (void *p)
 

Variables

PDelete pDelete
 
PDelete PSetNewHandler pSetNewHandler
 

Macro Definition Documentation

#define CRYPTOPP_DEFAULT_NO_DLL

Definition at line 2 of file dlltest.cpp.

Function Documentation

__declspec ( dllexport  )
void FIPS140_SampleApplication ( )

Definition at line 12 of file dlltest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void __cdecl operator delete ( void *  p)

Definition at line 193 of file dlltest.cpp.

Here is the call graph for this function:

void* __cdecl operator new ( size_t  size)

Definition at line 188 of file dlltest.cpp.

Variable Documentation

PDelete pDelete

Definition at line 181 of file dlltest.cpp.

PDelete PSetNewHandler pSetNewHandler
Initial value:
{
PDelete PSetNewHandler pSetNewHandler
Definition: dlltest.cpp:182

Definition at line 182 of file dlltest.cpp.