H A D | openssl.stub.php | 56 …te|string $certificate, string $output_filename, $private_key, string $passphrase, array $options … argument 62 …penSSLCertificate|string $certificate, &$output, $private_key, string $passphrase, array $options … argument 65 function openssl_pkcs12_read(string $pkcs12, &$certificates, string $passphrase): bool {} argument 89 function openssl_pkey_export_to_file($key, string $output_filename, ?string $passphrase = null, ?ar… argument 95 function openssl_pkey_export($key, &$output, ?string $passphrase = null, ?array $options = null): b… argument 116 function openssl_pkey_get_private($private_key, ?string $passphrase = null): OpenSSLAsymmetricKey|f… argument 122 function openssl_get_privatekey($private_key, ?string $passphrase = null): OpenSSLAsymmetricKey|fal… argument 237 function openssl_encrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, s… argument 239 function openssl_decrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, s… argument
|