Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/tests/
H A Dopenssl_pkey_new_error.phpt10 $rsa = array("rsa" => array());
14 openssl_pkey_get_details(openssl_pkey_new($rsa));
H A Dopenssl_pkey_new_basic.phpt29 $rsa= openssl_pkey_new(array(
30 'rsa' => array(
38 $details = openssl_pkey_get_details($rsa);
39 $rsa_details = $details['rsa'];
/PHP-7.2/ext/openssl/
H A Dopenssl.c4049 RSA *rsa = EVP_PKEY_get0_RSA(pkey); in php_openssl_is_private_key() local
4050 if (rsa != NULL) { in php_openssl_is_private_key()
4053 RSA_get0_factors(rsa, &p, &q); in php_openssl_is_private_key()
4167 if (!EVP_PKEY_assign_RSA(pkey, rsa)) { in php_openssl_pkey_init_and_assign_rsa()
4309 RSA *rsa = RSA_new(); in PHP_FUNCTION() local
4310 if (rsa) { in PHP_FUNCTION()
4314 RSA_free(rsa); in PHP_FUNCTION()
4770 RSA *rsa = EVP_PKEY_get0_RSA(pkey); in PHP_FUNCTION() local
4773 if (rsa != NULL) { in PHP_FUNCTION()
4777 RSA_get0_key(rsa, &n, &e, &d); in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/ldap/tests/
H A DREADME80 $ openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic22886 0 string ssh-rsa\ OpenSSH RSA public key
H A Dmagic私はガラスを食べられます22886 0 string ssh-rsa\ OpenSSH RSA public key

Completed in 136 milliseconds