Searched refs:rsa (Results 1 – 5 of 5) sorted by relevance
10 $rsa = array("rsa" => array());14 openssl_pkey_get_details(openssl_pkey_new($rsa));
29 $rsa= openssl_pkey_new(array(30 'rsa' => array(38 $details = openssl_pkey_get_details($rsa);39 $rsa_details = $details['rsa'];
3775 RSA *rsa = EVP_PKEY_get0_RSA(pkey); in php_openssl_is_private_key() local3776 if (rsa != NULL) { in php_openssl_is_private_key()3779 RSA_get0_factors(rsa, &p, &q); in php_openssl_is_private_key()3898 if (!EVP_PKEY_assign_RSA(pkey, rsa)) { in php_openssl_pkey_init_and_assign_rsa()4033 RSA *rsa = RSA_new(); in PHP_FUNCTION() local4034 if (rsa) { in PHP_FUNCTION()4038 RSA_free(rsa); in PHP_FUNCTION()4340 RSA *rsa = EVP_PKEY_get0_RSA(pkey); in PHP_FUNCTION() local4343 if (rsa != NULL) { in PHP_FUNCTION()4347 RSA_get0_key(rsa, &n, &e, &d); in PHP_FUNCTION()[all …]
80 $ openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
19261 0 string ssh-rsa\ OpenSSH RSA public key
Completed in 59 milliseconds