Go to the source code of this file.
Defines | |
#define | ROTL32(x, s) (((x) << (s)) | ((x) >> (32 - (s)))) |
#define | ROTR32(x, s) (((x) >> (s)) | ((x) << (32 - (s)))) |
#define | BEECRYPTAPI |
Typedefs | |
typedef unsigned char | byte |
typedef char | int8 |
typedef short | int16 |
typedef int | int32 |
typedef long long | int64 |
typedef unsigned char | uint8 |
typedef unsigned short | uint16 |
typedef unsigned int | uint32 |
typedef unsigned long long | uint64 |
typedef char | javabyte |
typedef short | javashort |
typedef int | javaint |
typedef long long | javalong |
typedef unsigned short | javachar |
typedef float | javafloat |
typedef double | javadouble |
|
|
Definition at line 30 of file types.h. Referenced by sha1Process. |
|
|
|
|
|
|
|
|
|
Definition at line 52 of file types.h. Referenced by encodeLong, and swap64. |
|
|
|
Definition at line 61 of file types.h. Referenced by decodeByte, decodeFloat, encodeByte, encodeFloat, encodeIntsPartial, readByte, and writeByte. |
|
Definition at line 66 of file types.h. Referenced by decodeByte, decodeChar, decodeChars, decodeFloat, decodeInts, decodeLong, encodeChar, encodeChars, encodeIntsPartial, readChar, readChars, writeChar, and writeChars. |
|
Definition at line 69 of file types.h. Referenced by decodeDouble, encodeChars, encodeDouble, and encodeInts. |
|
Definition at line 68 of file types.h. Referenced by decodeFloat, encodeChars, encodeFloat, and encodeInts. |
|
Definition at line 63 of file types.h. Referenced by decodeByte, decodeDouble, decodeFloat, decodeInt, decodeInts, decodeIntsPartial, encodeChars, encodeFloat, encodeInt, encodeInts, encodeIntsPartial, encodeIntsPartialPad, hashFunctionContextUpdateMP32, hmacDigest, keyedHashFunctionContextUpdateMP32, readInt, readInts, writeInt, and writeInts. |
|
Definition at line 64 of file types.h. Referenced by decodeByte, decodeChar, decodeLong, encodeFloat, encodeIntsPartial, encodeLong, readLong, timestamp, and writeLong. |
|
Definition at line 62 of file types.h. Referenced by decodeByte, decodeDouble, decodeShort, encodeFloat, encodeIntsPartial, encodeShort, readShort, and writeShort. |
|
|
|
|
Definition at line 58 of file types.h. Referenced by mp32add, mp32addmul, mp32addsqrtrc, mp32addw, mp32ndivmod, mp32nmod, mp32nmodw, mp32setmul, mp32sub, and mp32subw. |
|
Definition at line 54 of file types.h. Referenced by mp32bpowmodsld_w, mp32bsethex, mp32lshift, mp32nsethex, mp32prndbits, and mp32rshift. |