Home
last modified time | relevance | path

Searched defs:cipher_algo (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/openssl/
H A Dopenssl.stub.php135 …ng $output_filename, $certificate, ?array $headers, int $flags = 0, int $cipher_algo = OPENSSL_CIP…
152 …y $headers, int $flags = 0, int $encoding = OPENSSL_ENCODING_SMIME, int $cipher_algo = OPENSSL_CIP…
206 …(string $data, &$sealed_data, &$encrypted_keys, array $public_key, string $cipher_algo, &$iv = nul…
212 …_open(string $data, &$output, string $encrypted_key, $private_key, string $cipher_algo, ?string $i…
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…
241 function openssl_cipher_iv_length(string $cipher_algo): int|false {}
H A Dopenssl.c981 zend_long cipher_algo = Z_LVAL_P(item); in php_openssl_parse_config() local

Completed in 33 milliseconds