crypto_ahash_reqtfm  195 include/crypto/hash.h 	return crypto_ahash_reqtfm(req)->export(req, out);
crypto_ahash_reqtfm  200 include/crypto/hash.h 	return crypto_ahash_reqtfm(req)->import(req, in);
crypto_ahash_reqtfm  205 include/crypto/hash.h 	return crypto_ahash_reqtfm(req)->init(req);
crypto_ahash_reqtfm  210 include/crypto/hash.h 	return crypto_ahash_reqtfm(req)->update(req);