Home
last modified time | relevance | path

Searched defs:passphrase (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php40 …ficate|string $certificate, string $output_filename, $private_key, string $passphrase, array $opti…
46 …rt(OpenSSLCertificate|string $certificate, &$output, $private_key, string $passphrase, array $opti…
49 function openssl_pkcs12_read(string $pkcs12, &$certificates, string $passphrase): bool {}
69 function openssl_pkey_export_to_file($key, string $output_filename, ?string $passphrase = null, ?ar…
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…
201 function openssl_encrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, s…
203 function openssl_decrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, s…
H A Dopenssl.c3613 zval *val, int public_key, char *passphrase, size_t passphrase_len, uint32_t arg_num) in php_openssl_pkey_from_zval()
4390 char * passphrase = NULL; in PHP_FUNCTION() local
4473 char * passphrase = NULL; size_t passphrase_len = 0; in PHP_FUNCTION() local
4581 char * passphrase = ""; in PHP_FUNCTION() local
H A Dxp_ssl.c605 char *passphrase = NULL; in php_openssl_passwd_callback() local

Completed in 42 milliseconds