Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/tests/
H A Dopenssl_pkey_new_error.phpt10 $rsa = array("rsa" => array());
15 openssl_pkey_get_details(openssl_pkey_new($rsa));
H A Dopenssl_pkey_new_basic.phpt38 $rsa= openssl_pkey_new(array(
39 'rsa' => array(
50 $details = openssl_pkey_get_details($rsa);
51 $rsa_details = $details['rsa'];
/PHP-8.3/.github/scripts/
H A Dsetup-slapd.sh23 sudo openssl req -newkey rsa:4096 -x509 -nodes -days 3650 \
/PHP-8.3/ext/ldap/tests/
H A DREADME.md87 openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
/PHP-8.3/ext/openssl/
H A Dopenssl.c292 #define EVP_PKEY_get0_RSA(_pkey) _pkey->pkey.rsa in ZEND_GET_MODULE()
3847 if (!n || !d || !RSA_set0_key(rsa, n, e, d)) { in php_openssl_pkey_init_legacy_rsa()
3853 if ((p || q) && !RSA_set0_factors(rsa, p, q)) { in php_openssl_pkey_init_legacy_rsa()
3943 RSA *rsa = RSA_new(); in php_openssl_pkey_init_rsa()
3944 if (!rsa) { in php_openssl_pkey_init_rsa()
3951 || !EVP_PKEY_assign_RSA(pkey, rsa)) { in php_openssl_pkey_init_rsa()
3954 RSA_free(rsa); in php_openssl_pkey_init_rsa()
5041 RSA *rsa = EVP_PKEY_get0_RSA(pkey); in PHP_FUNCTION() local
5044 if (rsa != NULL) { in PHP_FUNCTION()
5048 RSA_get0_key(rsa, &n, &e, &d); in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic36253 0 string ssh-rsa\ OpenSSH RSA public key
36275 # name of the algorithm like: ssh-dss ssh-rsa ecdsa-sha2-nistp256 ssh-ed25519
H A Dmagic私はガラスを食べられます36253 0 string ssh-rsa\ OpenSSH RSA public key
36275 # name of the algorithm like: ssh-dss ssh-rsa ecdsa-sha2-nistp256 ssh-ed25519

Completed in 163 milliseconds