Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.stub.php206 … &$sealed_data, &$encrypted_keys, array $public_key, string $cipher_algo, &$iv = null): int|false …
212 …a, &$output, string $encrypted_key, $private_key, string $cipher_algo, ?string $iv = null): bool {}
237 …ring $data, string $cipher_algo, string $passphrase, int $options = 0, string $iv = "", &$tag = nu…
239 …ring $data, string $cipher_algo, string $passphrase, int $options = 0, string $iv = "", ?string $t…
H A Dopenssl.c6936 zval *pubkeys, *pubkey, *sealdata, *ekeys, *iv = NULL; in PHP_FUNCTION() local
7071 char *method, *iv = NULL; in PHP_FUNCTION() local
7516 const char *iv, size_t iv_len, in php_openssl_encrypt()
7606 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local
7629 const char *iv, size_t iv_len, in php_openssl_decrypt()
7707 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local

Completed in 28 milliseconds