Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/cavium/zip/
Dzip_crypto.h62 void zip_free_comp_ctx(struct crypto_tfm *tfm);
Dzip_main.c359 .cra_exit = zip_free_comp_ctx,
373 .cra_exit = zip_free_comp_ctx,
Dzip_crypto.c219 void zip_free_comp_ctx(struct crypto_tfm *tfm) in zip_free_comp_ctx() function