Home
last modified time | relevance | path

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

123

/PHP-7.0/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.c1389 (*signature)[++pos] = '\0'; in phar_hex_str()
1794 if (phar->signature) { in phar_create_signature()
1795 efree(phar->signature); in phar_create_signature()
1796 phar->signature = NULL; in phar_create_signature()
1812 *signature = estrndup((char *) digest, 64); in phar_create_signature()
1827 *signature = estrndup((char *) digest, 32); in phar_create_signature()
1912 *signature = (char *) sigbuf; in phar_create_signature()
1929 *signature = estrndup((char *) digest, 20); in phar_create_signature()
1950 phar->sig_len = phar_hex_str((const char *)*signature, *signature_length, &phar->signature); in phar_create_signature()
2027 if (phar->signature) { in phar_copy_cached_phar()
[all …]
/PHP-7.0/ext/openssl/tests/
H A Dbug41033.phpt16 openssl_sign($ct, $signature, $prkeyid, $alg);
17 echo "Signature: ".base64_encode($signature) . "\n";
20 $valid = openssl_verify($ct, $signature, $pukeyid, $alg);
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-7.0/ext/phar/tests/
H A Dbug73035.phpt2 Phar: #73035 (Out of bound when verify signature of tar phar in phar_parse_tarfile)
17 phar error: tar-based phar "%sbug73035.tar" signature cannot be read
H A Dbug72928.phpt2 Phar: #72928 (Out of bound when verify signature of zip phar in phar_parse_zipfile)
17 phar error: signature cannot be read in zip-based phar "%sbug72928.zip"
H A D032.phpt29 phar "%s032.phar.php" does not have a signature===DONE===
H A Dphar_oo_nosig.phpt2 Phar::getSignature() no signature
/PHP-7.0/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-7.0/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-7.0/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
/PHP-7.0/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-7.0/Zend/tests/variadic/
H A Dadding_additional_optional_parameter.phpt2 It's possible to add additional optional arguments with matching signature
/PHP-7.0/scripts/dev/
H A Dgen_verify_stub45 echo PGP signature:

Completed in 35 milliseconds

123