Searched refs:zip_data_buf_free (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/zip/ |
H A D | zip_crypto.c | 99 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()
|
H A D | zip_mem.h | 72 * zip_data_buf_free - Frees the memory of a data buffer 76 void zip_data_buf_free(u8 *ptr, u64 size);
|
H A D | zip_mem.c | 105 * zip_data_buf_free - Frees the memory of a data buffer 109 void zip_data_buf_free(u8 *ptr, u64 size) in zip_data_buf_free() function
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/zip/ |
H A D | zip_crypto.c | 99 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()
|
H A D | zip_mem.h | 72 * zip_data_buf_free - Frees the memory of a data buffer 76 void zip_data_buf_free(u8 *ptr, u64 size);
|
H A D | zip_mem.c | 105 * zip_data_buf_free - Frees the memory of a data buffer 109 void zip_data_buf_free(u8 *ptr, u64 size) in zip_data_buf_free() function
|
Completed in 2 milliseconds