Searched refs:sigfile (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/phar/ |
H A D | zip.c | 488 php_stream *sigfile; in phar_parse_zipfile() local 498 sigfile = php_stream_fopen_tmpfile(); in phar_parse_zipfile() 499 if (!sigfile) { in phar_parse_zipfile() 505 php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL); in phar_parse_zipfile() 509 php_stream_copy_to_stream_ex(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL); in phar_parse_zipfile() 511 php_stream_write(sigfile, metadata, PHAR_GET_16(locator.comment_len)); in phar_parse_zipfile() 517 php_stream_close(sigfile); in phar_parse_zipfile() 522 …if (FAILURE == phar_verify_signature(sigfile, php_stream_tell(sigfile), mydata->sig_flags, sig + 8… in phar_parse_zipfile() 526 php_stream_close(sigfile); in phar_parse_zipfile() 531 php_stream_close(sigfile); in phar_parse_zipfile() [all …]
|
/php-src/ext/openssl/ |
H A D | openssl.stub.php | 557 …_filename = null, ?string $content = null, ?string $pk7 = null, ?string $sigfile = null, int $enco…
|
H A D | openssl_arginfo.h | 211 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, sigfile, IS_STRING, 1, "null")
|
H A D | openssl.c | 6198 char * sigfile = NULL; in PHP_FUNCTION() local 6208 &sigfile, &sigfile_len, &encoding) == FAILURE) { in PHP_FUNCTION() 6216 if (sigfile && (flags & CMS_DETACHED)) { in PHP_FUNCTION() 6222 sigbio = php_openssl_bio_new_file(sigfile, sigfile_len, 1, PHP_OPENSSL_BIO_MODE_R(flags)); in PHP_FUNCTION()
|
Completed in 56 milliseconds