Home
last modified time | relevance | path

Searched refs:openssl_pkey_new (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/openssl/tests/
H A D006.phpt2 openssl_pkey_new() with an empty sub-array arg generates a malformed resource
8 from openssl_pkey_new() with an empty sub-array arg */
14 openssl_pkey_get_details(openssl_pkey_new($rsa));
15 openssl_pkey_get_details(openssl_pkey_new($dsa));
16 openssl_pkey_get_details(openssl_pkey_new($dh));
H A Dbug25614.phpt6 if (!@openssl_pkey_new()) die("skip cannot create private key");
10 $priv = openssl_pkey_new();
H A D026.phpt7 $x = openssl_pkey_new();
H A D001.phpt6 if (!@openssl_pkey_new()) die("skip cannot create private key");
21 $privkey = openssl_pkey_new();
H A Dbug36732.phpt24 $key = openssl_pkey_new();
H A Dbug55646.phpt19 $private = openssl_pkey_new($config);
H A D022.phpt27 $privkey = openssl_pkey_new($config_arg);
H A D021.phpt30 $privkey = openssl_pkey_new($config_arg);
/PHP-5.5/ext/openssl/
H A Dphp_openssl.h41 PHP_FUNCTION(openssl_pkey_new);
H A Dopenssl.c408 PHP_FE(openssl_pkey_new, arginfo_openssl_pkey_new)
3089 PHP_FUNCTION(openssl_pkey_new) in PHP_FUNCTION() argument
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt54 $keys=openssl_pkey_new($config_arg);
/PHP-5.5/
H A DNEWS5887 . Fixed segfault caused by openssl_pkey_new(). (Henrique)
8117 - Added DSA key generation support to openssl_pkey_new(), FR #38731 (marci

Completed in 64 milliseconds