Searched defs:cipher_algo (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/openssl/ |
H A D | openssl.stub.php | 111 …ng $output_filename, $certificate, ?array $headers, int $flags = 0, int $cipher_algo = OPENSSL_CIP… 128 … $headers, int $flags = 0, int $encoding = OPENSSL_ENCODING_SMIME, int $cipher_algo = OPENSSL_CIP… 182 …(string $data, &$sealed_data, &$encrypted_keys, array $public_key, string $cipher_algo, &$iv = nul… 188 …_open(string $data, &$output, string $encrypted_key, $private_key, string $cipher_algo, ?string $i… 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… 205 function openssl_cipher_iv_length(string $cipher_algo): int|false {}
|
H A D | openssl.c | 964 zend_long cipher_algo = Z_LVAL_P(item); in php_openssl_parse_config() local
|
Completed in 24 milliseconds