Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/tests/
H A Dopenssl_open_basic.phpt2 openssl_open() tests
7 $data = "openssl_open() test";
13 openssl_open($sealed, $output, $ekeys[0], $priv_key);
15 openssl_open($sealed, $output2, $ekeys[1], $wrong);
17 openssl_open($sealed, $output3, $ekeys[2], $priv_key);
19 openssl_open($sealed, $output4, $wrong, $priv_key);
23 string(19) "openssl_open() test"
25 Warning: openssl_open(): unable to coerce parameter 4 into a private key in %s on line %d
27 string(19) "openssl_open() test"
H A Dbug75307.phpt2 Bug #75307 Wrong reflection for openssl_open function
9 $rf = new ReflectionFunction('openssl_open');
H A Dbug71917.phpt2 Bug #71917: openssl_open() returns junk on envelope < 16 bytes
18 openssl_open($sealed, $output, $envelope, $privateKey, 'rc4');
H A Dbug70438.phpt2 Request #70438: Add IV parameter for openssl_seal and openssl_open
20 openssl_open($sealed, $decrypted, $ekeys[0], $priv_key, $cipher, $iv);
H A Dopenssl_seal_basic.phpt19 $data = "openssl_open() test";
/PHP-7.3/ext/openssl/
H A Dphp_openssl.h106 PHP_FUNCTION(openssl_open);
H A DREADME202 bool openssl_open(string data, &string opendata, string ekey, int privkey)
281 openssl_open($sealed, $open, $ekeys[1], $key);
H A Dopenssl.c519 PHP_FE(openssl_open, arginfo_openssl_open)
6200 PHP_FUNCTION(openssl_open) in PHP_FUNCTION() argument

Completed in 42 milliseconds