Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/
H A Dopenssl.c6153 zval *pubkeys, *pubkey, *sealdata, *ekeys, *iv = NULL; in PHP_FUNCTION() local
6296 char *method = NULL, *iv = NULL; in PHP_FUNCTION() local
6709 …e_t method_len, char *password, size_t password_len, zend_long options, char *iv, size_t iv_len, z… in php_openssl_encrypt()
6798 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local
6816 …e_t method_len, char *password, size_t password_len, zend_long options, char *iv, size_t iv_len, c… in php_openssl_decrypt()
6893 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local

Completed in 24 milliseconds