crypto_shash_alg   33 crypto/shash.c 	struct shash_alg *shash = crypto_shash_alg(tfm);
crypto_shash_alg   61 crypto/shash.c 	struct shash_alg *shash = crypto_shash_alg(tfm);
crypto_shash_alg   84 crypto/shash.c 	struct shash_alg *shash = crypto_shash_alg(tfm);
crypto_shash_alg  114 crypto/shash.c 	struct shash_alg *shash = crypto_shash_alg(tfm);
crypto_shash_alg  128 crypto/shash.c 	struct shash_alg *shash = crypto_shash_alg(tfm);
crypto_shash_alg  155 crypto/shash.c 	struct shash_alg *shash = crypto_shash_alg(tfm);
crypto_shash_alg  176 crypto/shash.c 	struct shash_alg *shash = crypto_shash_alg(tfm);
crypto_shash_alg  197 crypto/shash.c 	struct shash_alg *shash = crypto_shash_alg(tfm);
crypto_shash_alg  392 crypto/shash.c 	struct shash_alg *alg = crypto_shash_alg(hash);
crypto_shash_alg  763 include/crypto/hash.h 	return crypto_shash_alg(tfm)->digestsize;
crypto_shash_alg  768 include/crypto/hash.h 	return crypto_shash_alg(tfm)->statesize;
crypto_shash_alg  859 include/crypto/hash.h 	return crypto_shash_alg(desc->tfm)->export(desc, out);
crypto_shash_alg  881 include/crypto/hash.h 	return crypto_shash_alg(tfm)->import(desc, in);
crypto_shash_alg  903 include/crypto/hash.h 	return crypto_shash_alg(tfm)->init(desc);