Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/tests/
H A D013.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 D012.phpt7 $data = "openssl_open() test";
/PHP-5.5/ext/openssl/
H A Dphp_openssl.h49 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.c448 PHP_FE(openssl_open, arginfo_openssl_open)
4472 PHP_FUNCTION(openssl_open) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS1219 . Fix bug #66952 (memory leak in openssl_open()). (Chuan Ma)

Completed in 141 milliseconds