Home
last modified time | relevance | path

Searched refs:signature (Results 1 – 25 of 64) sorted by last modified time

123

/PHP-5.5/tests/classes/
H A Dctor_in_interface_01.phpt2 ZE2 A class constructor must keep the signature of an interface
H A Dctor_in_interface_03.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
H A Dctor_in_interface_04.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
H A D__call_002.phpt2 ZE2 __call() signature check
H A D__set__get_002.phpt2 ZE2 __get() signature check
H A D__set__get_003.phpt2 ZE2 __set() signature check
/PHP-5.5/
H A Dphp.ini-development359 ; (e.g. by adding its signature to the Web server header). It is no security
H A Dphp.ini-production359 ; (e.g. by adding its signature to the Web server header). It is no security
/PHP-5.5/ext/phar/
H A Dzip.c313 if (mydata->signature) { \ in phar_parse_zipfile()
314 efree(mydata->signature); \ in phar_parse_zipfile()
337 if (mydata->signature) { \ in phar_parse_zipfile()
338 efree(mydata->signature); \ in phar_parse_zipfile()
360 if (memcmp("PK\1\2", zipentry.signature, 4)) { in phar_parse_zipfile()
796 strncpy(local.signature, "PK\3\4", 4); in phar_zip_changed_apply()
797 strncpy(central.signature, "PK\1\2", 4); in phar_zip_changed_apply()
1085 char *signature, sigbuf[8]; in phar_zip_applysignature() local
1131 efree(signature); in phar_zip_applysignature()
1140 efree(signature); in phar_zip_applysignature()
[all …]
H A Dutil.c1408 (*signature)[++pos] = '\0'; in phar_hex_str()
1813 if (phar->signature) {
1814 efree(phar->signature);
1815 phar->signature = NULL;
1831 *signature = estrndup((char *) digest, 64);
1846 *signature = estrndup((char *) digest, 32);
1931 *signature = (char *) sigbuf;
1948 *signature = estrndup((char *) digest, 20);
1969 …phar->sig_len = phar_hex_str((const char *)*signature, *signature_length, &phar->signature TSRMLS_…
2046 if (phar->signature) {
[all …]
H A Dphar_internal.h331 char *signature; member
592 …_phar, php_uint32 sig_type, char *sig, int sig_len, char *fname, char **signature, int *signature_…
593 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, int *signature…
H A Dphar_object.c3091 if (phar_obj->arc.archive->signature) { in PHP_METHOD()
3096 …add_assoc_stringl(return_value, "hash", phar_obj->arc.archive->signature, phar_obj->arc.archive->s… in PHP_METHOD()
H A Dpharzip.h23 char signature[4]; /* local file header signature 4 bytes (0x04034b50) */ member
40 char signature[4]; /* signature (optional) 4 bytes */ member
56 char signature[4]; /* archive extra data signature 4 bytes (0x08064b50) */ member
152 char signature[4]; /* central file header signature 4 bytes (0x02014b50) */ member
176 char signature[4]; /* header signature 4 bytes (0x05054b50) */ member
182 char signature[4]; /* zip64 end of central dir member
209 char signature[4]; /* zip64 end of central dir locator member
221 char signature[4]; /* end of central dir signature 4 bytes (0x06054b50) */ member
H A Dtar.c305 …fp) - size - 512, myphar->sig_flags, buf + 8, size - 8, fname, &myphar->signature, &myphar->sig_le… in phar_parse_tarfile()
602 if (!myphar->is_data && PHAR_G(require_hash) && !myphar->signature) { in phar_parse_tarfile()
950 char *buf, *signature, *tmp, sigbuf[8]; in phar_tar_flush() local
1194 …if (FAILURE == phar_create_signature(phar, newfile, &signature, &signature_length, error TSRMLS_CC… in phar_tar_flush()
1228 …y.fp, sigbuf, 8) || signature_length != (int)php_stream_write(entry.fp, signature, signature_lengt… in phar_tar_flush()
1229 efree(signature); in phar_tar_flush()
1241 efree(signature); in phar_tar_flush()
H A Dphar.c219 if (phar->signature) { in PHP_INI_END()
221 phar->signature = NULL; in PHP_INI_END()
495 if (signature) {\
660 char *signature = NULL; local
987 if (signature) {
988 efree(signature);
1199 mydata->signature = signature;
1208 signature = NULL;
1215 signature = NULL;
2448 if (desc.signature[0] == 'P' && desc.signature[1] == 'K') {
[all …]
H A DTODO43 Phar::PGP to choose the kind of signature to use (PGP falls back to SHA1)
/PHP-5.5/ext/phar/tests/zip/
H A Dcorrupt_004.phpt16 phar error: corrupted central directory entry, no magic signature in zip-based phar "%scdir_offset.…
H A Dcorrupt_007.phpt16 phar error: corrupted central directory entry, no magic signature in zip-based phar "%struncfilenam…
/PHP-5.5/ext/phar/tests/tar/
H A Drequire_hash.phpt2 Phar: tar-based phar, require_hash=1, no signature
49 tar-based phar "%star_004.phar.tar" does not have a signature
/PHP-5.5/ext/phar/tests/
H A Dtest_signaturealgos.phpt2 Phar: verify signature parsing works
H A Dphar_oo_nosig.phpt2 Phar::getSignature() no signature
H A D032.phpt29 phar "%sphar_oo_test.phar.php" does not have a signature===DONE===
H A Dbadparameters.phpt157 Cannot set signature algorithm, phar is read-only
H A Dbug69441.phpt17 …' with message 'phar error: corrupted central directory entry, no magic signature in zip-based pha…
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc1168 * @return string A description of the signature arguments.
1172 return "Set signature hash algorithm.";

Completed in 89 milliseconds

123