Searched defs:iv (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/openssl/ |
H A D | openssl.stub.php | 182 … &$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 D | openssl.c | 6651 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