MAX_OUTPUT_BUFFER_SIZE   84 drivers/crypto/cavium/zip/zip_crypto.c 	comp_ctx->output = zip_data_buf_alloc(MAX_OUTPUT_BUFFER_SIZE);
MAX_OUTPUT_BUFFER_SIZE   92 drivers/crypto/cavium/zip/zip_crypto.c 	decomp_ctx->output = zip_data_buf_alloc(MAX_OUTPUT_BUFFER_SIZE);
MAX_OUTPUT_BUFFER_SIZE  102 drivers/crypto/cavium/zip/zip_crypto.c 	zip_data_buf_free(comp_ctx->output, MAX_OUTPUT_BUFFER_SIZE);
MAX_OUTPUT_BUFFER_SIZE  116 drivers/crypto/cavium/zip/zip_crypto.c 	zip_data_buf_free(comp_ctx->output, MAX_OUTPUT_BUFFER_SIZE);
MAX_OUTPUT_BUFFER_SIZE  119 drivers/crypto/cavium/zip/zip_crypto.c 	zip_data_buf_free(dec_ctx->output, MAX_OUTPUT_BUFFER_SIZE);