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

/crypto/
H A Dahash.c249 static int crypto_ahash_op(struct ahash_request *req, function
263 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->final);
269 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->finup);
275 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->digest);

Completed in 40 milliseconds