Apache HTTPD
Functions
crypt_blowfish.h File Reference

Go to the source code of this file.

Functions

int _crypt_output_magic (const char *setting, char *output, int size)
 
char_crypt_blowfish_rn (const char *key, const char *setting, char *output, int size)
 
char_crypt_gensalt_blowfish_rn (const char *prefix, unsigned long count, const char *input, int size, char *output, int output_size)
 

Function Documentation

◆ _crypt_blowfish_rn()

char * _crypt_blowfish_rn ( const char key,
const char setting,
char output,
int  size 
)
extern

Definition at line 814 of file crypt_blowfish.c.

◆ _crypt_gensalt_blowfish_rn()

char * _crypt_gensalt_blowfish_rn ( const char prefix,
unsigned long  count,
const char input,
int  size,
char output,
int  output_size 
)
extern

Definition at line 876 of file crypt_blowfish.c.

◆ _crypt_output_magic()

int _crypt_output_magic ( const char setting,
char output,
int  size 
)
extern

Definition at line 779 of file crypt_blowfish.c.