Searched refs:rsa (Results 1 – 7 of 7) sorted by relevance
10 $rsa = array("rsa" => array());15 openssl_pkey_get_details(openssl_pkey_new($rsa));
38 $rsa= openssl_pkey_new(array(39 'rsa' => array(50 $details = openssl_pkey_get_details($rsa);51 $rsa_details = $details['rsa'];
23 sudo openssl req -newkey rsa:4096 -x509 -nodes -days 3650 \
87 openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
292 #define EVP_PKEY_get0_RSA(_pkey) _pkey->pkey.rsa in ZEND_GET_MODULE()3860 if (!n || !d || !RSA_set0_key(rsa, n, e, d)) { in php_openssl_pkey_init_legacy_rsa()3866 if ((p || q) && !RSA_set0_factors(rsa, p, q)) { in php_openssl_pkey_init_legacy_rsa()3956 RSA *rsa = RSA_new(); in php_openssl_pkey_init_rsa()3957 if (!rsa) { in php_openssl_pkey_init_rsa()3964 || !EVP_PKEY_assign_RSA(pkey, rsa)) { in php_openssl_pkey_init_rsa()3967 RSA_free(rsa); in php_openssl_pkey_init_rsa()5054 RSA *rsa = EVP_PKEY_get0_RSA(pkey); in PHP_FUNCTION() local5057 if (rsa != NULL) { in PHP_FUNCTION()5061 RSA_get0_key(rsa, &n, &e, &d); in PHP_FUNCTION()[all …]
36253 0 string ssh-rsa\ OpenSSH RSA public key36275 # name of the algorithm like: ssh-dss ssh-rsa ecdsa-sha2-nistp256 ssh-ed25519
Completed in 302 milliseconds