37#define APR_SHA1_DIGESTSIZE 20
43#define APR_SHA1PW_ID "{SHA}"
46#define APR_SHA1PW_IDLEN 5
78 unsigned int inputLen);
87 const unsigned char *input,
88 unsigned int inputLen);
99void HMAC_SHA1(
unsigned char hmac[20],
const unsigned char *key,
int key_len,
100 const unsigned char *message,
int message_len);
void apr_sha1_update_binary(apr_sha1_ctx_t *context, const unsigned char *input, unsigned int inputLen)
void apr_sha1_final(unsigned char digest[20], apr_sha1_ctx_t *context)
void apr_sha1_init(apr_sha1_ctx_t *context)
void apr_sha1_update(apr_sha1_ctx_t *context, const char *input, unsigned int inputLen)
#define APR_SHA1_DIGESTSIZE
Definition: apr_sha1.h:37
Definition: apr_sha1.h:54
unsigned int data[16]
Definition: apr_sha1.h:60
int local
Definition: apr_sha1.h:62
unsigned int count_lo
Definition: apr_sha1.h:58
unsigned int digest[5]
Definition: apr_sha1.h:56