Home
last modified time | relevance | path

Searched defs:signature (Results 1 – 7 of 7) sorted by relevance

/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.c1414 …ify(int is_sign, php_stream *fp, off_t end, char *key, int key_len, char **signature, int *signatu… in phar_call_openssl_signverify()
1527 …_of_phar, php_uint32 sig_type, char *sig, int sig_len, char *fname, char **signature, int *signatu…
1806 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, int *signature…
H A Dtar.c950 char *buf, *signature, *tmp, sigbuf[8]; in phar_tar_flush() local
H A Dzip.c1085 char *signature, sigbuf[8]; in phar_zip_applysignature() local
H A Dphar_internal.h331 char *signature; member
H A Dphar.c660 char *signature = NULL; local
/PHP-5.5/ext/openssl/
H A Dopenssl.c4229 zval **key, *signature; in PHP_FUNCTION() local
4298 char * signature; int signature_len; in PHP_FUNCTION() local

Completed in 37 milliseconds