Home
last modified time | relevance | path

Searched refs:cipher_algo (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/openssl/tests/
H A Dopenssl_cms_encrypt_basic.phpt23 var_dump(openssl_cms_encrypt($infile, $outfile, $single_cert, $headers, cipher_algo: $cipher));
24 …l_cms_encrypt($infile, $outfile, openssl_x509_read($single_cert), $headers, cipher_algo: $cipher));
27 var_dump(openssl_cms_encrypt($infile, $outfile, $single_cert, $assoc_headers, cipher_algo: $cipher)…
28 var_dump(openssl_cms_encrypt($infile, $outfile, $single_cert, $empty_headers, cipher_algo: $cipher)…
29 var_dump(openssl_cms_encrypt($wrong, $outfile, $single_cert, $headers, cipher_algo: $cipher));
30 var_dump(openssl_cms_encrypt($empty, $outfile, $single_cert, $headers, cipher_algo: $cipher));
31 var_dump(openssl_cms_encrypt($infile, $empty, $single_cert, $headers, cipher_algo: $cipher));
32 var_dump(openssl_cms_encrypt($infile, $outfile, $wrong, $headers, cipher_algo: $cipher));
33 var_dump(openssl_cms_encrypt($infile, $outfile, $empty, $headers, cipher_algo: $cipher));
34 var_dump(openssl_cms_encrypt($infile, $outfile, $multi_certs, $headers, cipher_algo: $cipher));
[all …]
H A Dopenssl_cms_decrypt_basic.phpt20 openssl_cms_encrypt($infile, $encrypted, $single_cert, $headers, cipher_algo: $cipher);
/PHP-8.1/ext/openssl/
H A Dopenssl.stub.php135 … $output_filename, $certificate, ?array $headers, int $flags = 0, int $cipher_algo = OPENSSL_CIPHE… argument
152 …$headers, int $flags = 0, int $encoding = OPENSSL_ENCODING_SMIME, int $cipher_algo = OPENSSL_CIPHE… argument
206 …ing $data, &$sealed_data, &$encrypted_keys, array $public_key, string $cipher_algo, &$iv = null): … argument
212 …n(string $data, &$output, string $encrypted_key, $private_key, string $cipher_algo, ?string $iv = … 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
241 function openssl_cipher_iv_length(string $cipher_algo): int|false {} argument
H A Dopenssl_arginfo.h177 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, cipher_algo, IS_LONG, 0, "OPENSSL_CIPHER_AES_128_CBC")
221 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, cipher_algo, IS_LONG, 0, "OPENSSL_CIPHER_AES_128_CBC")
298 ZEND_ARG_TYPE_INFO(0, cipher_algo, IS_STRING, 0)
307 ZEND_ARG_TYPE_INFO(0, cipher_algo, IS_STRING, 0)
330 ZEND_ARG_TYPE_INFO(0, cipher_algo, IS_STRING, 0)
341 ZEND_ARG_TYPE_INFO(0, cipher_algo, IS_STRING, 0)
350 ZEND_ARG_TYPE_INFO(0, cipher_algo, IS_STRING, 0)
H A Dopenssl.c981 zend_long cipher_algo = Z_LVAL_P(item); in php_openssl_parse_config() local
982 const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo); in php_openssl_parse_config()

Completed in 28 milliseconds