Searched refs:EM_AES_256 (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/zip/examples/ |
H A D | encryption.php | 16 $zip->setEncryptionName($file, ZipArchive::EM_AES_256, $pass); 25 $zip->setEncryptionName($file, ZipArchive::EM_AES_256);
|
/PHP-8.2/ext/zip/tests/ |
H A D | bug80833.phpt | 15 $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 D | oo_encryption.phpt | 23 var_dump($zip->setEncryptionName('bar.txt', ZipArchive::EM_AES_256, $pass)); 31 var_dump($s['encryption_method'] === ZipArchive::EM_AES_256);
|
H A D | oo_supported.phpt | 29 ZipArchive::EM_AES_256 => "AES-256",
|
H A D | oo_addglob2.phpt | 37 'enc_method' => ZipArchive::EM_AES_256,
|
/PHP-8.2/ext/zip/ |
H A D | php_zip.stub.php | 649 public const EM_AES_256 = UNKNOWN; define in ZipArchive
|
Completed in 9 milliseconds