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)
96 static const struct crypto_type crypto_acomp_type = { variable in typeref:struct:crypto_type
114 return crypto_alloc_tfm(alg_name, &crypto_acomp_type, type, mask);
121 return crypto_alloc_tfm_node(alg_name, &crypto_acomp_type, type, mask,
132 if (req && (tfm->__crt_alg->cra_type != &crypto_acomp_type))
144 if (tfm->__crt_alg->cra_type != &crypto_acomp_type)
169 base->cra_type = &crypto_acomp_type;

Completed in 159 milliseconds