Crypto++ 8.7
Free C++ class library of cryptographic schemes
Macros | Typedefs | Functions
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 ** PNew(size_t)
 
typedef PDelete &typedef std::new_handler(... *PSetNewHandler)(std typede void) (... *PSetNewAndDelete) (PNew
 
typedef PDelete &typedef std::new_handler(... *PSetNewHandler)(std typede PDelete)
 
typedef PDelete &typedef std::new_handler(... *PSetNewHandler)(std typede PSetNewHandler)
 

Functions

typedef void (... *PGetNewAndDelete)(PNew &
 

Detailed Description

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

Definition in file dll.h.

Macro Definition Documentation

◆ CRYPTOPP_IMPORTS

#define CRYPTOPP_IMPORTS

Definition at line 13 of file dll.h.

Typedef Documentation

◆ PNew

typedef void ** PNew(size_t)

Definition at line 63 of file dll.h.

◆ void

typedef void

Definition at line 67 of file dll.h.

◆ PDelete

typedef PDelete &typedef std::new_handler(... *PSetNewHandler)(std typede PDelete)

Definition at line 67 of file dll.h.

◆ PSetNewHandler

typedef PDelete &typedef std::new_handler(... *PSetNewHandler)(std typede PSetNewHandler)

Definition at line 67 of file dll.h.