27 #include "apr_general.h" 
   39 #define APR_SHA1_DIGESTSIZE 20 
   45 #define APR_SHA1PW_ID "{SHA}" 
   48 #define APR_SHA1PW_IDLEN 5 
   82 APU_DECLARE(
void) 
apr_sha1_base64(const 
char *clear, 
int len, 
char *out);
 
   97                                 unsigned int inputLen);
 
  106                                        const 
unsigned char *input,
 
  107                                        unsigned int inputLen);
 
void apr_sha1_update_binary(apr_sha1_ctx_t *context, const unsigned char *input, unsigned int inputLen)
void apr_sha1_update(apr_sha1_ctx_t *context, const char *input, unsigned int inputLen)
Definition: apr_sha1.h:56
int local
Definition: apr_sha1.h:64
void apr_sha1_init(apr_sha1_ctx_t *context)
apr_uint32_t count_lo
Definition: apr_sha1.h:60
void apr_sha1_base64(const char *clear, int len, char *out)
#define APR_SHA1_DIGESTSIZE
Definition: apr_sha1.h:39
apr_uint32_t data[16]
Definition: apr_sha1.h:62
void apr_sha1_final(unsigned char digest[APR_SHA1_DIGESTSIZE], apr_sha1_ctx_t *context)
apr_uint32_t digest[5]
Definition: apr_sha1.h:58