Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.stub.php56 …ficate|string $certificate, string $output_filename, $private_key, string $passphrase, array $opti…
62 …rt(OpenSSLCertificate|string $certificate, &$output, $private_key, string $passphrase, array $opti…
65 function openssl_pkcs12_read(string $pkcs12, &$certificates, string $passphrase): bool {}
89 function openssl_pkey_export_to_file($key, string $output_filename, ?string $passphrase = null, ?ar…
95 function openssl_pkey_export($key, &$output, ?string $passphrase = null, ?array $options = null): b…
116 function openssl_pkey_get_private($private_key, ?string $passphrase = null): OpenSSLAsymmetricKey|f…
122 function openssl_get_privatekey($private_key, ?string $passphrase = null): OpenSSLAsymmetricKey|fal…
237 function openssl_encrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, s…
239 function openssl_decrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, s…
H A Dopenssl.c3603 zval *val, int public_key, char *passphrase, size_t passphrase_len, uint32_t arg_num) in php_openssl_pkey_from_zval()
4640 char * passphrase = NULL; in PHP_FUNCTION() local
4711 char * passphrase = NULL; size_t passphrase_len = 0; in PHP_FUNCTION() local
4804 char * passphrase = ""; in PHP_FUNCTION() local
H A Dxp_ssl.c643 char *passphrase = NULL; in php_openssl_passwd_callback() local

Completed in 38 milliseconds