Strophe 0.11
XMPP client library
|
SHA-1 hash API. More...
Data Structures | |
struct | SHA1_CTX |
Macros | |
#define | SHA1_DIGEST_SIZE 20 |
Functions | |
void | crypto_SHA1_Init (SHA1_CTX *context) |
void | crypto_SHA1_Update (SHA1_CTX *context, const uint8_t *data, size_t len) |
void | crypto_SHA1_Final (SHA1_CTX *context, uint8_t *digest) |
void | crypto_SHA1 (const uint8_t *data, size_t len, uint8_t *digest) |
SHA-1 hash API.
#define SHA1_DIGEST_SIZE 20 |
void crypto_SHA1_Init | ( | SHA1_CTX * | context | ) |
void crypto_SHA1_Update | ( | SHA1_CTX * | context, |
const uint8_t * | data, | ||
size_t | len | ||
) |
void crypto_SHA1_Final | ( | SHA1_CTX * | context, |
uint8_t * | digest | ||
) |
void crypto_SHA1 | ( | const uint8_t * | data, |
size_t | len, | ||
uint8_t * | digest | ||
) |