17#ifndef _CRYPT_BLOWFISH_H
18#define _CRYPT_BLOWFISH_H
22extern int _crypt_output_magic(
const char *setting,
char *output, apr_size_t size);
23extern char *_crypt_blowfish_rn(
const char *key,
const char *setting,
24 char *output, apr_size_t size);
25extern char *_crypt_gensalt_blowfish_rn(
const char *prefix,
unsigned long count,
26 const char *input, apr_size_t size,
27 char *output, apr_size_t output_size);
APR Platform Definitions.