![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
#include <stddef.h>Go to the source code of this file.
Macros | |
| #define | SHA1_LEN_BIN 20 |
| #define | SHA1_LEN_STR 40 |
Typedefs | |
| typedef struct sha1_st | sha1_t |
Enumerations | |
| enum | sha1_rc_t { SHA1_RC_OK = 0 , SHA1_RC_ARG = 1 , SHA1_RC_MEM = 2 , SHA1_RC_INT = 3 } |
Functions | |
| sha1_rc_t | sha1_create (sha1_t **sha1) |
| sha1_rc_t | sha1_init (sha1_t *sha1) |
| sha1_rc_t | sha1_update (sha1_t *sha1, const void *data_ptr, size_t data_len) |
| sha1_rc_t | sha1_store (sha1_t *sha1, void **data_ptr, size_t *data_len) |
| sha1_rc_t | sha1_format (sha1_t *sha1, char **data_ptr, size_t *data_len) |
| sha1_rc_t | sha1_destroy (sha1_t *sha1) |
| #define SHA1_LEN_BIN 20 |
| #define SHA1_LEN_STR 40 |
| enum sha1_rc_t |
1.9.6