Searched refs:crypto_acomp_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dacompress.c24 static const struct crypto_type crypto_acomp_type; variable in typeref:struct:crypto_type
69 if (tfm->__crt_alg->cra_type != &crypto_acomp_type)
90 if (alg->cra_type != &crypto_acomp_type)
122 static const struct crypto_type crypto_acomp_type = { variable in typeref:struct:crypto_type
143 return crypto_alloc_tfm(alg_name, &crypto_acomp_type, type, mask);
150 return crypto_alloc_tfm_node(alg_name, &crypto_acomp_type, type, mask,
161 if (req && (tfm->__crt_alg->cra_type != &crypto_acomp_type))
173 if (tfm->__crt_alg->cra_type != &crypto_acomp_type)
202 base->cra_type = &crypto_acomp_type;

Completed in 191 milliseconds