crypto_shash_type   21 crypto/shash.c static const struct crypto_type crypto_shash_type;
crypto_shash_type  361 crypto/shash.c 	shash = crypto_create_tfm(calg, &crypto_shash_type);
crypto_shash_type  434 crypto/shash.c static const struct crypto_type crypto_shash_type = {
crypto_shash_type  450 crypto/shash.c 	return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask);
crypto_shash_type  466 crypto/shash.c 	base->cra_type = &crypto_shash_type;
crypto_shash_type  565 crypto/shash.c 				  &crypto_shash_type);
crypto_shash_type  573 crypto/shash.c 	alg = crypto_attr_alg2(rta, &crypto_shash_type, type, mask);