003 File Manager
Current Path:
/usr/src/contrib/apr-util/crypto
usr
/
src
/
contrib
/
apr-util
/
crypto
/
📁
..
📄
apr_crypto.c
(20.99 KB)
📄
apr_crypto_commoncrypto.c
(26.79 KB)
📄
apr_crypto_nss.c
(33.88 KB)
📄
apr_crypto_openssl.c
(28.67 KB)
📄
apr_md4.c
(12.55 KB)
📄
apr_md5.c
(20.88 KB)
📄
apr_passwd.c
(6.15 KB)
📄
apr_sha1.c
(11.04 KB)
📄
apr_siphash.c
(5.55 KB)
📄
crypt_blowfish.c
(31.31 KB)
📄
crypt_blowfish.h
(1009 B)
📄
getuuid.c
(5.76 KB)
📄
uuid.c
(3.26 KB)
Editing: crypt_blowfish.h
/* * Written by Solar Designer <solar at openwall.com> in 2000-2011. * No copyright is claimed, and the software is hereby placed in the public * domain. In case this attempt to disclaim copyright and place the software * in the public domain is deemed null and void, then the software is * Copyright (c) 2000-2011 Solar Designer and it is hereby released to the * general public under the following terms: * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. * * See crypt_blowfish.c for more information. */ #ifndef _CRYPT_BLOWFISH_H #define _CRYPT_BLOWFISH_H extern int _crypt_output_magic(const char *setting, char *output, int size); extern char *_crypt_blowfish_rn(const char *key, const char *setting, char *output, int size); extern char *_crypt_gensalt_blowfish_rn(const char *prefix, unsigned long count, const char *input, int size, char *output, int output_size); #endif
Upload File
Create Folder