Home
last modified time | relevance | path

Searched refs:zip_data_buf_free (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/crypto/cavium/zip/
A Dzip_crypto.c99 zip_data_buf_free(decomp_ctx->input, MAX_INPUT_BUFFER_SIZE); in zip_ctx_init()
102 zip_data_buf_free(comp_ctx->output, MAX_OUTPUT_BUFFER_SIZE); in zip_ctx_init()
105 zip_data_buf_free(comp_ctx->input, MAX_INPUT_BUFFER_SIZE); in zip_ctx_init()
115 zip_data_buf_free(comp_ctx->input, MAX_INPUT_BUFFER_SIZE); in zip_ctx_exit()
116 zip_data_buf_free(comp_ctx->output, MAX_OUTPUT_BUFFER_SIZE); in zip_ctx_exit()
118 zip_data_buf_free(dec_ctx->input, MAX_INPUT_BUFFER_SIZE); in zip_ctx_exit()
119 zip_data_buf_free(dec_ctx->output, MAX_OUTPUT_BUFFER_SIZE); in zip_ctx_exit()
A Dzip_mem.h76 void zip_data_buf_free(u8 *ptr, u64 size);
A Dzip_mem.c109 void zip_data_buf_free(u8 *ptr, u64 size) in zip_data_buf_free() function

Completed in 5 milliseconds