Home
last modified time | relevance | path

Searched refs:sigfile (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/phar/
H A Dzip.c421 php_stream *sigfile; in phar_parse_zipfile() local
432 sigfile = php_stream_fopen_tmpfile(); in phar_parse_zipfile()
433 if (!sigfile) { in phar_parse_zipfile()
439 php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL); in phar_parse_zipfile()
443 php_stream_copy_to_stream_ex(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL); in phar_parse_zipfile()
445 php_stream_write(sigfile, metadata, PHAR_GET_16(locator.comment_len)); in phar_parse_zipfile()
451 php_stream_close(sigfile); in phar_parse_zipfile()
456 …if (FAILURE == phar_verify_signature(sigfile, php_stream_tell(sigfile), mydata->sig_flags, sig + 8… in phar_parse_zipfile()
460 php_stream_close(sigfile); in phar_parse_zipfile()
465 php_stream_close(sigfile); in phar_parse_zipfile()
[all …]
/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php125 …_filename = null, ?string $content = null, ?string $pk7 = null, ?string $sigfile = null, int $enco… argument
H A Dopenssl_arginfo.h210 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, sigfile, IS_STRING, 1, "null")
H A Dopenssl.c5546 char * sigfile = NULL; in PHP_FUNCTION() local
5556 &sigfile, &sigfile_len, &encoding) == FAILURE) { in PHP_FUNCTION()
5564 if (sigfile && (flags & CMS_DETACHED)) { in PHP_FUNCTION()
5565 sigbio = php_openssl_bio_new_file(sigfile, sigfile_len, 1, PHP_OPENSSL_BIO_MODE_R(flags)); in PHP_FUNCTION()

Completed in 37 milliseconds