Searched refs:sigfile (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/phar/ |
H A D | zip.c | 422 php_stream *sigfile; in phar_parse_zipfile() local 433 sigfile = php_stream_fopen_tmpfile(); in phar_parse_zipfile() 434 if (!sigfile) { in phar_parse_zipfile() 440 php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL); in phar_parse_zipfile() 444 php_stream_copy_to_stream_ex(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL); in phar_parse_zipfile() 446 php_stream_write(sigfile, metadata, PHAR_GET_16(locator.comment_len)); in phar_parse_zipfile() 452 php_stream_close(sigfile); in phar_parse_zipfile() 457 …if (FAILURE == phar_verify_signature(sigfile, php_stream_tell(sigfile), mydata->sig_flags, sig + 8… in phar_parse_zipfile() 461 php_stream_close(sigfile); in phar_parse_zipfile() 466 php_stream_close(sigfile); in phar_parse_zipfile() [all …]
|
/PHP-8.1/ext/openssl/ |
H A D | openssl.stub.php | 149 …_filename = null, ?string $content = null, ?string $pk7 = null, ?string $sigfile = null, int $enco… argument
|
H A D | openssl_arginfo.h | 210 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, sigfile, IS_STRING, 1, "null")
|
H A D | openssl.c | 5884 char * sigfile = NULL; in PHP_FUNCTION() local 5894 &sigfile, &sigfile_len, &encoding) == FAILURE) { in PHP_FUNCTION() 5902 if (sigfile && (flags & CMS_DETACHED)) { in PHP_FUNCTION() 5908 sigbio = php_openssl_bio_new_file(sigfile, sigfile_len, 1, PHP_OPENSSL_BIO_MODE_R(flags)); in PHP_FUNCTION()
|
Completed in 43 milliseconds