Home
last modified time | relevance | path

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

/PHP-7.2/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
10 $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.2/ext/openssl/
H A Dphp_openssl.h108 PHP_FUNCTION(openssl_open);
H A DREADME204 bool openssl_open(string data, &string opendata, string ekey, int privkey)
283 openssl_open($sealed, $open, $ekeys[1], $key);
H A Dopenssl.c514 PHP_FE(openssl_open, arginfo_openssl_open)
6150 PHP_FUNCTION(openssl_open) in PHP_FUNCTION() argument
/PHP-7.2/
H A DNEWS1695 . Fixed bug #75307 (Wrong reflection for openssl_open function). (villfa)
1911 #71917 (openssl_open() returns junk on envelope < 16 bytes) and bug #72362

Completed in 39 milliseconds