zip_data_buf_free   99 drivers/crypto/cavium/zip/zip_crypto.c 	zip_data_buf_free(decomp_ctx->input, MAX_INPUT_BUFFER_SIZE);
zip_data_buf_free  102 drivers/crypto/cavium/zip/zip_crypto.c 	zip_data_buf_free(comp_ctx->output, MAX_OUTPUT_BUFFER_SIZE);
zip_data_buf_free  105 drivers/crypto/cavium/zip/zip_crypto.c 	zip_data_buf_free(comp_ctx->input, MAX_INPUT_BUFFER_SIZE);
zip_data_buf_free  115 drivers/crypto/cavium/zip/zip_crypto.c 	zip_data_buf_free(comp_ctx->input, MAX_INPUT_BUFFER_SIZE);
zip_data_buf_free  116 drivers/crypto/cavium/zip/zip_crypto.c 	zip_data_buf_free(comp_ctx->output, MAX_OUTPUT_BUFFER_SIZE);
zip_data_buf_free  118 drivers/crypto/cavium/zip/zip_crypto.c 	zip_data_buf_free(dec_ctx->input, MAX_INPUT_BUFFER_SIZE);
zip_data_buf_free  119 drivers/crypto/cavium/zip/zip_crypto.c 	zip_data_buf_free(dec_ctx->output, MAX_OUTPUT_BUFFER_SIZE);
zip_data_buf_free   76 drivers/crypto/cavium/zip/zip_mem.h void zip_data_buf_free(u8 *ptr, u64 size);