boringssl/crypto/hmac
David Benjamin 2c3679210e EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail.
Enough code fails to check their return codes anyway. We ought to make
it official.

Change-Id: Ie646360fd7073ea943036f5e21bed13df7e1b77a
Reviewed-on: https://boringssl-review.googlesource.com/4954
Reviewed-by: Adam Langley <agl@google.com>
2015-06-01 22:17:10 +00:00
..
CMakeLists.txt Add malloc test support to unit tests. 2015-05-21 17:59:48 +00:00
hmac_test.cc Add evp_test, loosely based on upstream's version. 2015-05-11 21:44:36 +00:00
hmac_tests.txt Add evp_test, loosely based on upstream's version. 2015-05-11 21:44:36 +00:00
hmac.c EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail. 2015-06-01 22:17:10 +00:00