Searched refs:openssl_open (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/openssl/tests/ |
H A D | openssl_open_basic.phpt | 2 openssl_open() tests 7 $data = "openssl_open() test"; 14 openssl_open($sealed, $output, $ekeys[0], $priv_key, $method); 16 openssl_open($sealed, $output2, $ekeys[1], $wrong, $method); 18 openssl_open($sealed, $output3, $ekeys[2], $priv_key, $method); 20 openssl_open($sealed, $output4, $wrong, $priv_key, $method); 24 string(19) "openssl_open() test" 26 Warning: openssl_open(): Unable to coerce parameter 4 into a private key in %s on line %d 28 string(19) "openssl_open() test"
|
H A D | bug71917.phpt | 2 Bug #71917: openssl_open() returns junk on envelope < 16 bytes 20 openssl_open($sealed, $output, $envelope, $privateKey, 'rc4');
|
H A D | bug70438.phpt | 2 Request #70438: Add IV parameter for openssl_seal and openssl_open 26 openssl_open($sealed, $decrypted, $ekeys[0], $priv_key, $cipher, $iv);
|
H A D | openssl_seal_basic.phpt | 23 $data = "openssl_open() test";
|
H A D | bug81713.phpt | 65 ["openssl_open", "test", &$open, "aaa", $priv_key_file_null, "AES-128-CBC", &$iv], 159 openssl_open(): Argument #4 ($private_key) must not contain any null bytes
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.stub.php | 594 function openssl_open(string $data, #[\SensitiveParameter] &$output, string $encrypted_key, #[\Sens…
|
H A D | openssl_arginfo.h | 435 ZEND_FUNCTION(openssl_open); 504 ZEND_FE(openssl_open, arginfo_openssl_open)
|
H A D | openssl.c | 7161 PHP_FUNCTION(openssl_open) in PHP_FUNCTION() argument
|
Completed in 30 milliseconds