Searched refs:acomp_ctx (Results 1 – 1 of 1) sorted by relevance
155 struct crypto_acomp_ctx __percpu *acomp_ctx; member245 static void acomp_ctx_free(struct crypto_acomp_ctx *acomp_ctx) in acomp_ctx_free() argument247 if (!acomp_ctx) in acomp_ctx_free()254 if (acomp_ctx->req) in acomp_ctx_free()255 acomp_request_free(acomp_ctx->req); in acomp_ctx_free()257 acomp_ctx->req = NULL; in acomp_ctx_free()264 if (!IS_ERR_OR_NULL(acomp_ctx->acomp)) in acomp_ctx_free()265 crypto_free_acomp(acomp_ctx->acomp); in acomp_ctx_free()267 acomp_ctx->acomp = NULL; in acomp_ctx_free()269 kfree(acomp_ctx->buffer); in acomp_ctx_free()[all …]