Searched defs:signature (Results 1 – 7 of 7) sorted by relevance
/PHP-5.4/ext/phar/ |
H A D | pharzip.h | 23 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 D | util.c | 1659 …ify(int is_sign, php_stream *fp, off_t end, char *key, int key_len, char **signature, int *signatu… 1793 …_of_phar, php_uint32 sig_type, char *sig, int sig_len, char *fname, char **signature, int *signatu… 2072 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, int *signature…
|
H A D | tar.c | 927 char *buf, *signature, *tmp, sigbuf[8]; in phar_tar_flush() local
|
H A D | zip.c | 1093 char *signature, sigbuf[8]; in phar_zip_applysignature() local
|
H A D | phar_internal.h | 329 char *signature; member
|
H A D | phar.c | 661 char *signature = NULL; local
|
/PHP-5.4/ext/openssl/ |
H A D | openssl.c | 4163 zval **key, *signature; in PHP_FUNCTION() local 4232 char * signature; int signature_len; in PHP_FUNCTION() local
|
Completed in 52 milliseconds