Lines Matching refs:outlen
5692 size_t outlen; in PHP_FUNCTION() local
5730 outlen = data_len + EVP_CIPHER_block_size(cipher_type); in PHP_FUNCTION()
5731 outbuf = zend_string_alloc(outlen, 0); in PHP_FUNCTION()
5744 outlen = i; in PHP_FUNCTION()
5746 outlen += i; in PHP_FUNCTION()
5748 ZSTR_VAL(outbuf)[outlen] = '\0'; in PHP_FUNCTION()
5749 ZSTR_LEN(outbuf) = outlen; in PHP_FUNCTION()
5754 base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen); in PHP_FUNCTION()
5782 size_t outlen; in PHP_FUNCTION() local
5834 outlen = data_len + EVP_CIPHER_block_size(cipher_type); in PHP_FUNCTION()
5835 outbuf = zend_string_alloc(outlen, 0); in PHP_FUNCTION()
5846 outlen = i; in PHP_FUNCTION()
5848 outlen += i; in PHP_FUNCTION()
5849 ZSTR_VAL(outbuf)[outlen] = '\0'; in PHP_FUNCTION()
5850 ZSTR_LEN(outbuf) = outlen; in PHP_FUNCTION()