acomp_alg
.algsize = offsetof(struct acomp_alg, base),
int crypto_register_acomp(struct acomp_alg *alg)
void crypto_unregister_acomp(struct acomp_alg *alg)
int crypto_register_acomps(struct acomp_alg *algs, int count)
void crypto_unregister_acomps(struct acomp_alg *algs, int count)
static inline struct acomp_alg *__crypto_acomp_alg(struct crypto_alg *alg)
return container_of(alg, struct acomp_alg, calg.base);
static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm)
struct acomp_alg *alg = crypto_acomp_alg(acomp);
struct acomp_alg *alg = crypto_acomp_alg(acomp);
static struct acomp_alg acomp = {
static struct acomp_alg zstd_acomp = {
static struct acomp_alg hisi_zip_acomp_deflate = {
static struct acomp_alg hisi_zip_acomp_lz4 = {
static struct acomp_alg iaa_acomp_fixed_deflate = {
static struct acomp_alg qat_acomp[] = { {
int crypto_register_acomp(struct acomp_alg *alg);
void crypto_unregister_acomp(struct acomp_alg *alg);
int crypto_register_acomps(struct acomp_alg *algs, int count);
void crypto_unregister_acomps(struct acomp_alg *algs, int count);