zip_data_buf_alloc   80 drivers/crypto/cavium/zip/zip_crypto.c 	comp_ctx->input  = zip_data_buf_alloc(MAX_INPUT_BUFFER_SIZE);
zip_data_buf_alloc   84 drivers/crypto/cavium/zip/zip_crypto.c 	comp_ctx->output = zip_data_buf_alloc(MAX_OUTPUT_BUFFER_SIZE);
zip_data_buf_alloc   88 drivers/crypto/cavium/zip/zip_crypto.c 	decomp_ctx->input  = zip_data_buf_alloc(MAX_INPUT_BUFFER_SIZE);
zip_data_buf_alloc   92 drivers/crypto/cavium/zip/zip_crypto.c 	decomp_ctx->output = zip_data_buf_alloc(MAX_OUTPUT_BUFFER_SIZE);
zip_data_buf_alloc   69 drivers/crypto/cavium/zip/zip_mem.h u8 *zip_data_buf_alloc(u64 size);