/
opt
/
alt
/
php56
/
usr
/
include
/
php
/
ext
/
standard
/
/opt/alt/php56/usr/include/php/ext/standard
mkdir
upload
Name
Size
Mode
Actions
base64.h
1612
0644
edit
dl
rm
basic_functions.h
7601
0644
edit
dl
rm
crc32.h
4895
0644
edit
dl
rm
credits.h
1737
0644
edit
dl
rm
credits_ext.h
5641
0644
edit
dl
rm
credits_sapi.h
1670
0644
edit
dl
rm
crypt_blowfish.h
1080
0644
edit
dl
rm
crypt_freesec.h
662
0644
edit
dl
rm
css.h
1238
0644
edit
dl
rm
cyr_convert.h
1269
0644
edit
dl
rm
datetime.h
1398
0644
edit
dl
rm
dl.h
1610
0644
edit
dl
rm
exec.h
1730
0644
edit
dl
rm
file.h
4740
0644
edit
dl
rm
flock_compat.h
2120
0644
edit
dl
rm
fsock.h
1610
0644
edit
dl
rm
head.h
1663
0644
edit
dl
rm
html.h
2773
0644
edit
dl
rm
html_tables.h
482886
0644
edit
dl
rm
info.h
20685
0644
edit
dl
rm
md5.h
2169
0644
edit
dl
rm
microtime.h
1365
0644
edit
dl
rm
pack.h
1279
0644
edit
dl
rm
pageinfo.h
1473
0644
edit
dl
rm
php_array.h
4731
0644
edit
dl
rm
php_assert.h
1429
0644
edit
dl
rm
php_browscap.h
1328
0644
edit
dl
rm
php_crypt.h
1672
0644
edit
dl
rm
php_crypt_r.h
2052
0644
edit
dl
rm
php_dir.h
1714
0644
edit
dl
rm
php_dns.h
2885
0644
edit
dl
rm
php_ext_syslog.h
1510
0644
edit
dl
rm
php_filestat.h
3358
0644
edit
dl
rm
php_fopen_wrappers.h
1966
0644
edit
dl
rm
php_ftok.h
1264
0644
edit
dl
rm
php_http.h
1806
0644
edit
dl
rm
php_image.h
2424
0644
edit
dl
rm
php_incomplete_class.h
2526
0644
edit
dl
rm
php_iptc.h
1274
0644
edit
dl
rm
php_lcg.h
1536
0644
edit
dl
rm
php_link.h
1371
0644
edit
dl
rm
php_mail.h
1407
0644
edit
dl
rm
php_math.h
4724
0644
edit
dl
rm
php_metaphone.h
1243
0644
edit
dl
rm
php_password.h
1617
0644
edit
dl
rm
php_rand.h
2624
0644
edit
dl
rm
php_smart_str.h
6728
0644
edit
dl
rm
php_smart_str_public.h
1319
0644
edit
dl
rm
php_standard.h
2267
0644
edit
dl
rm
php_string.h
6376
0644
edit
dl
rm
php_type.h
1615
0644
edit
dl
rm
php_uuencode.h
1497
0644
edit
dl
rm
php_var.h
7501
0644
edit
dl
rm
php_versioning.h
1406
0644
edit
dl
rm
proc_open.h
1851
0644
edit
dl
rm
quot_print.h
1542
0644
edit
dl
rm
scanf.h
2325
0644
edit
dl
rm
sha1.h
1751
0644
edit
dl
rm
streamsfuncs.h
2849
0644
edit
dl
rm
uniqid.h
1272
0644
edit
dl
rm
url.h
2332
0644
edit
dl
rm
url_scanner_ex.h
2141
0644
edit
dl
rm
winver.h
6738
0644
edit
dl
rm
Edit:
/opt/alt/php56/usr/include/php/ext/standard/crypt_blowfish.h
(1080B)
/* $Id$ */ /* * 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 #if 0 extern int _crypt_output_magic(const char *setting, char *output, int size); #endif extern char *php_crypt_blowfish_rn(const char *key, const char *setting, char *output, int size); #if 0 extern char *_crypt_gensalt_blowfish_rn(const char *prefix, unsigned long count, const char *input, int size, char *output, int output_size); #endif #endif
Save
cmd:
run