v1.2.26 |
Documentation for the Unreal C++ Plugin
|
#include <stddef.h>
Go to the source code of this file.
Classes | |
struct | SHA256_CTX |
Macros | |
#define | SHA256_BLOCK_SIZE 32 |
Typedefs | |
typedef uint8 | PIXOVR_BYTE |
typedef uint32 | PIXOVR_WORD |
Functions | |
void | sha256_final (SHA256_CTX *ctx, PIXOVR_BYTE hash[]) |
void | sha256_init (SHA256_CTX *ctx) |
void | sha256_update (SHA256_CTX *ctx, const PIXOVR_BYTE data[], size_t len) |
#define SHA256_BLOCK_SIZE 32 |
Definition at line 16 of file PixoSHA256.h.
typedef uint8 PIXOVR_BYTE |
Definition at line 20 of file PixoSHA256.h.
typedef uint32 PIXOVR_WORD |
Definition at line 21 of file PixoSHA256.h.
void sha256_final | ( | SHA256_CTX * | ctx, |
PIXOVR_BYTE | hash[] ) |
Definition at line 115 of file PixoSHA256.cpp.
void sha256_init | ( | SHA256_CTX * | ctx | ) |
void sha256_update | ( | SHA256_CTX * | ctx, |
const PIXOVR_BYTE | data[], | ||
size_t | len ) |
Definition at line 100 of file PixoSHA256.cpp.