Home
last modified time | relevance | path

Searched refs:signature (Results 1 – 25 of 64) sorted by relevance

123

/PHP-5.5/ext/phar/
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 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 …]
/PHP-5.5/ext/openssl/tests/
H A Dbug41033.phpt16 openssl_sign($ct, $signature, $prkeyid, OPENSSL_ALGO_DSS1);
17 echo "Signature: ".base64_encode($signature) . "\n";
20 $valid = openssl_verify($ct, $signature, $pukeyid, OPENSSL_ALGO_DSS1);
H A Dbug37820.phpt22 if (!openssl_sign($data, $signature, $priv_key_id, OPENSSL_ALGO_MD5)) {
26 $ok = openssl_verify($data, $signature, $pub_key_id, OPENSSL_ALGO_MD5);
H A Dbug38255.phpt10 $signature = '';
11 $ok = openssl_verify("foo", $signature, $pub_key_id, OPENSSL_ALGO_MD5);
21 var_dump(openssl_verify("foo", $signature, $pub_key_id, OPENSSL_ALGO_MD5));
/PHP-5.5/ext/openssl/
H A DREADME39 When calling a function that will verify a signature/certificate, the cainfo
133 Verifies that the signature on the MIME message contained in the file
183 bool openssl_sign(string data, &string signature, mixed key)
185 Uses key to create signature for data, returns true on success and false
187 signature on success.
190 int openssl_verify(string data, string signature, mixed key)
192 Uses key to verify that the signature is correct for the given data.
304 // calculate signature
305 openssl_sign($data, $signature, $key);
308 // recipient verifies signature
[all …]
/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/Zend/tests/
H A Dbug42798.phpt2 Bug #42798 (_autoload() not triggered for classes used in method signature)
H A Dbug61761.phpt2 Bug #61761 ('Overriding' a private static method with a different signature causes crash)
H A Dclass_name_as_scalar_error_003.phpt2 class name as scalar from ::class keyword error using static in method signature
H A Dclass_name_as_scalar_error_004.phpt2 class name as scalar from ::class keyword error using parent in method signature
H A Dobjects_005.phpt2 method overloading with different method signature
H A Dobjects_002.phpt2 method overloading with different method signature
H A Dobjects_004.phpt2 method overloading with different method signature
H A Dobjects_003.phpt2 method overloading with different method signature
/PHP-5.5/tests/classes/
H A D__call_002.phpt2 ZE2 __call() signature check
H A D__set__get_003.phpt2 ZE2 __set() signature check
H A D__set__get_002.phpt2 ZE2 __get() signature check
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
/PHP-5.5/ext/phar/tests/
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===
/PHP-5.5/Zend/tests/traits/bugs/
H A Dabstract-methods05.phpt2 The compatibility with the signature of abstract methods should be checked.
/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.…

Completed in 46 milliseconds

123