Fabcoin Core  0.16.2
P2P Digital Currency
Macros | Typedefs
dll.h File Reference

Functions and definitions required for building the FIPS-140 DLL on Windows. More...

#include "aes.h"
#include "cbcmac.h"
#include "ccm.h"
#include "cmac.h"
#include "channels.h"
#include "des.h"
#include "dh.h"
#include "dsa.h"
#include "ec2n.h"
#include "eccrypto.h"
#include "ecp.h"
#include "files.h"
#include "fips140.h"
#include "gcm.h"
#include "hex.h"
#include "hmac.h"
#include "modes.h"
#include "mqueue.h"
#include "nbtheory.h"
#include "osrng.h"
#include "pkcspad.h"
#include "pssr.h"
#include "randpool.h"
#include "rsa.h"
#include "rw.h"
#include "sha.h"
#include "skipjack.h"
#include "trdlocal.h"
#include <new>
Include dependency graph for dll.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CRYPTOPP_IMPORTS
 

Typedefs

typedef void *(CRYPTOPP_APIPNew) (size_t)
 
typedef void(CRYPTOPP_APIPDelete) (void *)
 
typedef void(CRYPTOPP_APIPGetNewAndDelete) (PNew &, PDelete &)
 
typedef std::new_handler(CRYPTOPP_APIPSetNewHandler) (std::new_handler)
 
typedef void(CRYPTOPP_APIPSetNewAndDelete) (PNew, PDelete, PSetNewHandler)
 

Detailed Description

Functions and definitions required for building the FIPS-140 DLL on Windows.

Definition in file dll.h.

Macro Definition Documentation

#define CRYPTOPP_IMPORTS

Definition at line 14 of file dll.h.

Typedef Documentation

typedef void(CRYPTOPP_API * PDelete) (void *)

Definition at line 66 of file dll.h.

typedef void(CRYPTOPP_API * PGetNewAndDelete) (PNew &, PDelete &)

Definition at line 67 of file dll.h.

typedef void*(CRYPTOPP_API * PNew) (size_t)

Definition at line 65 of file dll.h.

typedef void(CRYPTOPP_API * PSetNewAndDelete) (PNew, PDelete, PSetNewHandler)

Definition at line 69 of file dll.h.

typedef std::new_handler(CRYPTOPP_API * PSetNewHandler) (std::new_handler)

Definition at line 68 of file dll.h.