Searched refs:crypto_ahash_op (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dahash.c247 static int crypto_ahash_op(struct ahash_request *req, function
261 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->final);
267 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->finup);
273 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->digest);

Completed in 16 milliseconds