Fabcoin Core
0.16.2
P2P Digital Currency
|
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>
Go to the source code of this file.
Macros | |
#define | CRYPTOPP_IMPORTS |
Typedefs | |
typedef void *(CRYPTOPP_API * | PNew) (size_t) |
typedef void(CRYPTOPP_API * | PDelete) (void *) |
typedef void(CRYPTOPP_API * | PGetNewAndDelete) (PNew &, PDelete &) |
typedef std::new_handler(CRYPTOPP_API * | PSetNewHandler) (std::new_handler) |
typedef void(CRYPTOPP_API * | PSetNewAndDelete) (PNew, PDelete, PSetNewHandler) |
Functions and definitions required for building the FIPS-140 DLL on Windows.
Definition in file dll.h.
typedef void(CRYPTOPP_API * PDelete) (void *) |
typedef void(CRYPTOPP_API * PGetNewAndDelete) (PNew &, PDelete &) |
typedef void*(CRYPTOPP_API * PNew) (size_t) |
typedef void(CRYPTOPP_API * PSetNewAndDelete) (PNew, PDelete, PSetNewHandler) |
typedef std::new_handler(CRYPTOPP_API * PSetNewHandler) (std::new_handler) |