Home
last modified time | relevance | path

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

/PHP-5.3/ext/openssl/tests/
H A D006.phpt10 $rsa = array("rsa" => array());
14 openssl_pkey_get_details(openssl_pkey_new($rsa));
/PHP-5.3/ext/openssl/
H A Dopenssl.c2929 if (pkey->pkey.rsa != NULL && (NULL == pkey->pkey.rsa->p || NULL == pkey->pkey.rsa->q)) { in php_openssl_is_private_key()
3005 RSA *rsa = RSA_new(); in PHP_FUNCTION() local
3006 if (rsa) { in PHP_FUNCTION()
3015 if (rsa->n && rsa->d) { in PHP_FUNCTION()
3020 RSA_free(rsa); in PHP_FUNCTION()
3298 zval *rsa; in PHP_FUNCTION() local
3301 array_init(rsa); in PHP_FUNCTION()
3853 pkey->pkey.rsa, in PHP_FUNCTION()
3911 pkey->pkey.rsa, in PHP_FUNCTION()
3976 pkey->pkey.rsa, in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/ldap/tests/
H A DREADME9 $ openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic14221 0 string ssh-rsa\ OpenSSH RSA public key

Completed in 45 milliseconds