Crypto++  8.3
Free C++ class library of cryptographic schemes
Macros | Typedefs
dll.h File Reference

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

Go to the source code of this file.

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)
 

Detailed Description

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

Definition in file dll.h.