Lines Matching refs:free_iv
6440 zend_bool *free_iv, EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode) /* {{{ */ in php_openssl_validate_iv() argument
6463 *free_iv = 1; in php_openssl_validate_iv()
6475 *free_iv = 1; in php_openssl_validate_iv()
6485 *free_iv = 1; in php_openssl_validate_iv()
6494 char **piv, size_t *piv_len, zend_bool *free_iv, in php_openssl_cipher_init() argument
6513 if (php_openssl_validate_iv(piv, piv_len, max_iv_len, free_iv, cipher_ctx, mode) == FAILURE) { in php_openssl_cipher_init()
6617 zend_bool free_iv = 0, free_password = 0; in PHP_FUNCTION() local
6644 &iv, &iv_len, &free_iv, NULL, tag_len, options, 1) == FAILURE || in PHP_FUNCTION()
6695 if (free_iv) { in PHP_FUNCTION()
6716 zend_bool free_iv = 0, free_password = 0; in PHP_FUNCTION() local
6760 &iv, &iv_len, &free_iv, tag, tag_len, options, 0) == FAILURE || in PHP_FUNCTION()
6779 if (free_iv) { in PHP_FUNCTION()