Home
last modified time | relevance | path

Searched refs:openssl_public_decrypt (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/openssl/tests/
H A D016.phpt2 openssl_public_decrypt() tests
7 $data = "Testing openssl_public_decrypt()";
13 var_dump(openssl_public_decrypt($encrypted, $output, $pubkey));
15 var_dump(openssl_public_decrypt($encrypted, $output2, $wrong));
17 var_dump(openssl_public_decrypt($wrong, $output3, $pubkey));
19 var_dump(openssl_public_decrypt($encrypted, $output4, array()));
21 var_dump(openssl_public_decrypt($encrypted, $output5, array($pubkey)));
23 var_dump(openssl_public_decrypt($encrypted, $output6, array($pubkey, "")));
28 string(32) "Testing openssl_public_decrypt()"
30 Warning: openssl_public_decrypt(): key parameter is not a valid public key in %s on line %d
[all …]
H A D017.phpt7 $data = "Testing openssl_public_decrypt()";
26 string(32) "Testing openssl_public_decrypt()"
40 string(32) "Testing openssl_public_decrypt()"
H A D014.phpt23 openssl_public_decrypt($encrypted, $output, $pubkey);
/PHP-5.5/ext/openssl/
H A Dphp_openssl.h53 PHP_FUNCTION(openssl_public_decrypt);
H A Dopenssl.c463 PHP_FE(openssl_public_decrypt, arginfo_openssl_public_decrypt)
4139 PHP_FUNCTION(openssl_public_decrypt) in PHP_FUNCTION() argument

Completed in 20 milliseconds