Home
last modified time | relevance | path

Searched refs:rsa (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/openssl/tests/
H A D006.phpt10 $rsa = array("rsa" => array());
14 openssl_pkey_get_details(openssl_pkey_new($rsa));
/PHP-5.5/ext/openssl/
H A Dopenssl.c3022 if (pkey->pkey.rsa != NULL && (NULL == pkey->pkey.rsa->p || NULL == pkey->pkey.rsa->q)) { in php_openssl_is_private_key()
3107 RSA *rsa = RSA_new(); in PHP_FUNCTION() local
3108 if (rsa) { in PHP_FUNCTION()
3117 if (rsa->n && rsa->d) { in PHP_FUNCTION()
3122 RSA_free(rsa); in PHP_FUNCTION()
3406 zval *rsa; in PHP_FUNCTION() local
3409 array_init(rsa); in PHP_FUNCTION()
3990 pkey->pkey.rsa, in PHP_FUNCTION()
4048 pkey->pkey.rsa, in PHP_FUNCTION()
4113 pkey->pkey.rsa, in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/ldap/tests/
H A DREADME9 $ openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic16700 0 string ssh-rsa\ OpenSSH RSA public key

Completed in 68 milliseconds