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