ANDROID: crypto: shash - Add crypto_grab_shash() and crypto_spawn_shash_alg()
authorEric Biggers <ebiggers@google.com>
Wed, 11 Jan 2017 00:47:49 +0000 (16:47 -0800)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 10 Apr 2017 07:42:16 +0000 (13:12 +0530)
commitf9e82f17e180298cb92be33e1617c79041380fea
treefc806f83ecca7ab5ee686ac02eae02ef46db289c
parentc1bba8c93fc1c337365e14293dd1ec951d83e017
ANDROID: crypto: shash - Add crypto_grab_shash() and crypto_spawn_shash_alg()

Analogous to crypto_grab_skcipher() and crypto_spawn_skcipher_alg(),
these are useful for algorithms that need to use a shash sub-algorithm,
possibly in addition to other sub-algorithms.

Bug: 32975945
Signed-off-by: Eric Biggers <ebiggers@google.com>
Change-Id: I44e5a519d73f5f839e3b6ecbf8c66e36ec569557
crypto/shash.c
include/crypto/internal/hash.h