Home
last modified time | relevance | path

Searched refs:openssl_open (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/openssl/tests/
H A Dopenssl_open_basic.phpt2 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 Dbug71917.phpt2 Bug #71917: openssl_open() returns junk on envelope < 16 bytes
20 openssl_open($sealed, $output, $envelope, $privateKey, 'rc4');
H A Dbug70438.phpt2 Request #70438: Add IV parameter for openssl_seal and openssl_open
26 openssl_open($sealed, $decrypted, $ekeys[0], $priv_key, $cipher, $iv);
H A Dopenssl_seal_basic.phpt23 $data = "openssl_open() test";
H A Dbug81713.phpt65 ["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.1/ext/openssl/
H A Dopenssl_arginfo.h433 ZEND_FUNCTION(openssl_open);
501 ZEND_FE(openssl_open, arginfo_openssl_open)
H A Dopenssl.stub.php212 function openssl_open(string $data, &$output, string $encrypted_key, $private_key, string $cipher_a… function
H A Dopenssl.c7060 PHP_FUNCTION(openssl_open) in PHP_FUNCTION() argument

Completed in 32 milliseconds