Apache HTTPD
framework
httpd-2.4.62
srclib
apr-util
crypto
crypt_blowfish.h
Go to the documentation of this file.
1
/*
2
* Written by Solar Designer <solar at openwall.com> in 2000-2011.
3
* No copyright is claimed, and the software is hereby placed in the public
4
* domain. In case this attempt to disclaim copyright and place the software
5
* in the public domain is deemed null and void, then the software is
6
* Copyright (c) 2000-2011 Solar Designer and it is hereby released to the
7
* general public under the following terms:
8
*
9
* Redistribution and use in source and binary forms, with or without
10
* modification, are permitted.
11
*
12
* There's ABSOLUTELY NO WARRANTY, express or implied.
13
*
14
* See crypt_blowfish.c for more information.
15
*/
16
17
#ifndef _CRYPT_BLOWFISH_H
18
#define _CRYPT_BLOWFISH_H
19
20
extern
int
_crypt_output_magic
(
const
char
*
setting
,
char
*output,
int
size
);
21
extern
char
*
_crypt_blowfish_rn
(
const
char
*
key
,
const
char
*
setting
,
22
char
*output,
int
size
);
23
extern
char
*
_crypt_gensalt_blowfish_rn
(
const
char
*
prefix
,
24
unsigned
long
count
,
25
const
char
*
input
,
int
size
,
char
*output,
int
output_size
);
26
27
#endif
_crypt_blowfish_rn
char * _crypt_blowfish_rn(const char *key, const char *setting, char *output, int size)
Definition
crypt_blowfish.c:814
_crypt_output_magic
int _crypt_output_magic(const char *setting, char *output, int size)
Definition
crypt_blowfish.c:779
_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)
Definition
crypt_blowfish.c:876
count
unsigned int count
Definition
apr_md5.h:152
size
apr_size_t size
Definition
apr_allocator.h:115
input
const char * input
Definition
apr_cstr.h:93
key
const char * key
Definition
apr_file_io.h:822
prefix
Definition
xmlparse.c:281
Generated by
1.9.8