Searched refs:cipher_algo (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/openssl/ |
H A D | openssl.stub.php | 111 … $output_filename, $certificate, ?array $headers, int $flags = 0, int $cipher_algo = OPENSSL_CIPHE… argument 128 …headers, int $flags = 0, int $encoding = OPENSSL_ENCODING_SMIME, int $cipher_algo = OPENSSL_CIPHE… argument 182 …ing $data, &$sealed_data, &$encrypted_keys, array $public_key, string $cipher_algo, &$iv = null): … argument 188 …n(string $data, &$output, string $encrypted_key, $private_key, string $cipher_algo, ?string $iv = … argument 201 function openssl_encrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, s… argument 203 function openssl_decrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, s… argument 205 function openssl_cipher_iv_length(string $cipher_algo): int|false {} argument
|
H A D | openssl_arginfo.h | 177 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, cipher_algo, IS_LONG, 0, "OPENSSL_CIPHER_RC2_40") 221 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, cipher_algo, IS_LONG, 0, "OPENSSL_CIPHER_RC2_40") 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 D | openssl.c | 964 zend_long cipher_algo = Z_LVAL_P(item); in php_openssl_parse_config() local 965 const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo); in php_openssl_parse_config()
|
Completed in 24 milliseconds