Home
last modified time | relevance | path

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

/PHP-7.1/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.c1371 static int phar_hex_str(const char *digest, size_t digest_len, char **signature) /* {{{ */ in phar_hex_str()
1388 …nt is_sign, php_stream *fp, zend_off_t end, char *key, int key_len, char **signature, int *signatu… in phar_call_openssl_signverify()
1476 …nd_of_phar, uint32_t sig_type, char *sig, int sig_len, char *fname, char **signature, int *signatu… in phar_verify_signature()
1780 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, int *signature… in phar_create_signature()
H A Dzip.c1109 char *signature, sigbuf[8]; in phar_zip_applysignature() local
H A Dtar.c956 char *buf, *signature, *tmp, sigbuf[8]; in phar_tar_flush() local
H A Dphar_internal.h300 char *signature; member
H A Dphar.c676 char *signature = NULL; local
/PHP-7.1/ext/openssl/
H A Dopenssl.c5719 zval *key, *signature; in PHP_FUNCTION() local
5793 char * signature; in PHP_FUNCTION() local

Completed in 50 milliseconds