crypto_shash_alg  299 include/crypto/hash.h 	return crypto_shash_alg(tfm)->digestsize;
crypto_shash_alg  304 include/crypto/hash.h 	return crypto_shash_alg(tfm)->statesize;
crypto_shash_alg  339 include/crypto/hash.h 	return crypto_shash_alg(desc->tfm)->export(desc, out);
crypto_shash_alg  344 include/crypto/hash.h 	return crypto_shash_alg(desc->tfm)->import(desc, in);
crypto_shash_alg  349 include/crypto/hash.h 	return crypto_shash_alg(desc->tfm)->init(desc);