Home
last modified time | relevance | path

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

/php-src/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-src/.github/scripts/
H A Dsetup-slapd.sh23 sudo openssl req -newkey rsa:4096 -x509 -nodes -days 3650 \
/php-src/ext/ldap/tests/
H A DREADME.md87 openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
/php-src/ext/openssl/
H A Dopenssl.c299 #define EVP_PKEY_get0_RSA(_pkey) _pkey->pkey.rsa in ZEND_GET_MODULE()
3910 if (!n || !d || !RSA_set0_key(rsa, n, e, d)) { in php_openssl_pkey_init_legacy_rsa()
3916 if ((p || q) && !RSA_set0_factors(rsa, p, q)) { in php_openssl_pkey_init_legacy_rsa()
4006 RSA *rsa = RSA_new(); in php_openssl_pkey_init_rsa()
4007 if (!rsa) { in php_openssl_pkey_init_rsa()
4014 || !EVP_PKEY_assign_RSA(pkey, rsa)) { in php_openssl_pkey_init_rsa()
4017 RSA_free(rsa); in php_openssl_pkey_init_rsa()
5229 RSA *rsa = EVP_PKEY_get0_RSA(pkey); in PHP_FUNCTION() local
5232 if (rsa != NULL) { in PHP_FUNCTION()
5236 RSA_get0_key(rsa, &n, &e, &d); in PHP_FUNCTION()
[all …]
/php-src/ext/fileinfo/tests/
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
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

Completed in 208 milliseconds