Home
last modified time | relevance | path

Searched refs:EM_AES_256 (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/zip/examples/
H A Dencryption.php16 $zip->setEncryptionName($file, ZipArchive::EM_AES_256, $pass);
25 $zip->setEncryptionName($file, ZipArchive::EM_AES_256);
/PHP-8.2/ext/zip/tests/
H A Dbug80833.phpt15 $create_zip->setEncryptionName("test.txt", ZipArchive::EM_AES_256, "first_password");
17 $create_zip->setEncryptionName("test2.txt", ZipArchive::EM_AES_256, "second_password");
H A Doo_encryption.phpt23 var_dump($zip->setEncryptionName('bar.txt', ZipArchive::EM_AES_256, $pass));
31 var_dump($s['encryption_method'] === ZipArchive::EM_AES_256);
H A Doo_supported.phpt29 ZipArchive::EM_AES_256 => "AES-256",
H A Doo_addglob2.phpt37 'enc_method' => ZipArchive::EM_AES_256,
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php649 public const EM_AES_256 = UNKNOWN; define in ZipArchive

Completed in 9 milliseconds