crypto_ahash_type  485 crypto/ahash.c 	if (tfm->__crt_alg->cra_type != &crypto_ahash_type)
crypto_ahash_type  506 crypto/ahash.c 	if (alg->cra_type != &crypto_ahash_type)
crypto_ahash_type  545 crypto/ahash.c const struct crypto_type crypto_ahash_type = {
crypto_ahash_type  557 crypto/ahash.c EXPORT_SYMBOL_GPL(crypto_ahash_type);
crypto_ahash_type  562 crypto/ahash.c 	return crypto_alloc_tfm(alg_name, &crypto_ahash_type, type, mask);
crypto_ahash_type  568 crypto/ahash.c 	return crypto_type_has_alg(alg_name, &crypto_ahash_type, type, mask);
crypto_ahash_type  581 crypto/ahash.c 	base->cra_type = &crypto_ahash_type;
crypto_ahash_type  661 crypto/ahash.c 				  &crypto_ahash_type);
crypto_ahash_type  669 crypto/ahash.c 	alg = crypto_attr_alg2(rta, &crypto_ahash_type, type, mask);
crypto_ahash_type  678 crypto/ahash.c 	if (alg->cra_type != &crypto_ahash_type)
crypto_ahash_type  474 crypto/ccm.c   	mac_alg = crypto_find_alg(mac_name, &crypto_ahash_type,
crypto_ahash_type  591 crypto/chacha20poly1305.c 	poly = crypto_find_alg(poly_name, &crypto_ahash_type,
crypto_ahash_type  602 crypto/gcm.c   	ghash_alg = crypto_find_alg(ghash_name, &crypto_ahash_type,
crypto_ahash_type   48 include/crypto/internal/hash.h extern const struct crypto_type crypto_ahash_type;