crypto_acomp_type   24 crypto/acompress.c static const struct crypto_type crypto_acomp_type;
crypto_acomp_type   65 crypto/acompress.c 	if (tfm->__crt_alg->cra_type != &crypto_acomp_type)
crypto_acomp_type   86 crypto/acompress.c 	if (alg->cra_type != &crypto_acomp_type)
crypto_acomp_type   92 crypto/acompress.c static const struct crypto_type crypto_acomp_type = {
crypto_acomp_type  108 crypto/acompress.c 	return crypto_alloc_tfm(alg_name, &crypto_acomp_type, type, mask);
crypto_acomp_type  118 crypto/acompress.c 	if (req && (tfm->__crt_alg->cra_type != &crypto_acomp_type))
crypto_acomp_type  130 crypto/acompress.c 	if (tfm->__crt_alg->cra_type != &crypto_acomp_type)
crypto_acomp_type  146 crypto/acompress.c 	base->cra_type = &crypto_acomp_type;