Lines Matching refs:null

32 …icate, int $purpose, array $ca_info = [], ?string $untrusted_certificates_file = null): bool|int {}
57 …st|string $csr, OpenSSLCertificate|string|null $ca_certificate, $private_key, int $days, ?array $o…
60 …ay $distinguished_names, &$private_key, ?array $options = null, ?array $extra_attributes = null): …
66 function openssl_pkey_new(?array $options = null): OpenSSLAsymmetricKey|false {}
69 …_to_file($key, string $output_filename, ?string $passphrase = null, ?array $options = null): bool …
75 function openssl_pkey_export($key, &$output, ?string $passphrase = null, ?array $options = null): b…
96 function openssl_pkey_get_private($private_key, ?string $passphrase = null): OpenSSLAsymmetricKey|f…
102 function openssl_get_privatekey($private_key, ?string $passphrase = null): OpenSSLAsymmetricKey|fal…
108 …ilename = null, array $ca_info = [], ?string $untrusted_certificates_filename = null, ?string $con…
114 …ay $headers, int $flags = PKCS7_DETACHED, ?string $untrusted_certificates_filename = null): bool {}
120 …ecrypt(string $input_filename, string $output_filename, $certificate, $private_key = null): bool {}
125 …s = null, array $ca_info = [], ?string $untrusted_certificates_filename = null, ?string $content =…
131 …, int $encoding = OPENSSL_ENCODING_SMIME, ?string $untrusted_certificates_filename = null): bool {}
137 …ng $input_filename, string $output_filename, $certificate, $private_key = null, int $encoding = OP…
182 …&$sealed_data, &$encrypted_keys, array $public_key, string $cipher_algo, &$iv = null): int|false {}
188 …a, &$output, string $encrypted_key, $private_key, string $cipher_algo, ?string $iv = null): bool {}
201 …pher_algo, string $passphrase, int $options = 0, string $iv = "", &$tag = null, string $aad = "", …
216 function openssl_random_pseudo_bytes(int $length, &$strong_result = null): string {}