Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php182 … &$sealed_data, &$encrypted_keys, array $public_key, string $cipher_algo, &$iv = null): int|false …
188 …a, &$output, string $encrypted_key, $private_key, string $cipher_algo, ?string $iv = null): bool {}
201 …ring $data, string $cipher_algo, string $passphrase, int $options = 0, string $iv = "", &$tag = nu…
203 …ring $data, string $cipher_algo, string $passphrase, int $options = 0, string $iv = "", string $ta…
H A Dopenssl.c6651 zval *pubkeys, *pubkey, *sealdata, *ekeys, *iv = NULL; in PHP_FUNCTION() local
6786 char *method, *iv = NULL; in PHP_FUNCTION() local
7199 const char *iv, size_t iv_len, in php_openssl_encrypt()
7289 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local
7312 const char *iv, size_t iv_len, in php_openssl_decrypt()
7390 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local

Completed in 22 milliseconds