mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
19630cf572
The ahash_init functions may return fails. The ahash_hmac_init should
not return ok when ahash_init returns error. For an example, ahash_init
will return -ENOMEM when allocation memory is error.
Fixes:
|
||
---|---|---|
.. | ||
cipher.c | ||
cipher.h | ||
Makefile | ||
spu2.c | ||
spu2.h | ||
spu.c | ||
spu.h | ||
spum.h | ||
util.c | ||
util.h |