ProteoWizard
Classes | Macros
SHA1.h File Reference
#include <memory.h>
#include <stdio.h>
#include <string.h>
#include <string>

Go to the source code of this file.

Classes

union  SHA1_WORKSPACE_BLOCK
 
class  CSHA1
 

Macros

#define SHA1_UTILITY_FUNCTIONS
 
#define SHA1_STL_FUNCTIONS
 
#define SHA1_LITTLE_ENDIAN
 
#define SHA1_WIPE_VARIABLES
 
#define TCHAR   char
 
#define _T(__x)   (__x)
 
#define _tmain   main
 
#define _tprintf   printf
 
#define _getts   gets
 
#define _tcslen   strlen
 
#define _tfopen   fopen
 
#define _tcscpy   strcpy
 
#define _tcscat   strcat
 
#define _sntprintf   snprintf
 
#define _fseeki64   fseeko
 
#define _ftelli64   ftello
 
#define UINT_8   unsigned char
 
#define UINT_32   unsigned int
 
#define INT_64   long long
 
#define UINT_64   unsigned long long
 

Macro Definition Documentation

§ SHA1_UTILITY_FUNCTIONS

#define SHA1_UTILITY_FUNCTIONS

Definition at line 79 of file SHA1.h.

§ SHA1_STL_FUNCTIONS

#define SHA1_STL_FUNCTIONS

Definition at line 83 of file SHA1.h.

§ SHA1_LITTLE_ENDIAN

#define SHA1_LITTLE_ENDIAN

Definition at line 109 of file SHA1.h.

§ SHA1_WIPE_VARIABLES

#define SHA1_WIPE_VARIABLES

Definition at line 116 of file SHA1.h.

§ TCHAR

#define TCHAR   char

Definition at line 126 of file SHA1.h.

§ _T

#define _T (   __x)    (__x)

Definition at line 129 of file SHA1.h.

§ _tmain

#define _tmain   main

Definition at line 130 of file SHA1.h.

§ _tprintf

#define _tprintf   printf

Definition at line 131 of file SHA1.h.

§ _getts

#define _getts   gets

Definition at line 132 of file SHA1.h.

§ _tcslen

#define _tcslen   strlen

Definition at line 133 of file SHA1.h.

§ _tfopen

#define _tfopen   fopen

Definition at line 134 of file SHA1.h.

§ _tcscpy

#define _tcscpy   strcpy

Definition at line 135 of file SHA1.h.

§ _tcscat

#define _tcscat   strcat

Definition at line 136 of file SHA1.h.

§ _sntprintf

#define _sntprintf   snprintf

Definition at line 137 of file SHA1.h.

§ _fseeki64

#define _fseeki64   fseeko

Definition at line 149 of file SHA1.h.

§ _ftelli64

#define _ftelli64   ftello

Definition at line 150 of file SHA1.h.

§ UINT_8

#define UINT_8   unsigned char

Definition at line 160 of file SHA1.h.

§ UINT_32

#define UINT_32   unsigned int

Definition at line 171 of file SHA1.h.

§ INT_64

#define INT_64   long long

Definition at line 180 of file SHA1.h.

§ UINT_64

#define UINT_64   unsigned long long

Definition at line 188 of file SHA1.h.