boringssl/crypto/hmac
David Benjamin cc239d3903 Use HMAC_Init_ex, not HMAC_Init, in HMAC.
We've already initialized the context, HMAC_Init has questionable behavior
around NULL keys, and this avoids a size_t truncation.

Change-Id: Iab6bfc24fe22d46ca4c01be6129efe0630d553e6
Reviewed-on: https://boringssl-review.googlesource.com/3732
Reviewed-by: Adam Langley <agl@google.com>
2015-03-02 23:15:20 +00:00
..
CMakeLists.txt Change CMakeLists.txt to two-space indent. 2015-01-28 16:37:10 -08:00
hmac_test.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
hmac.c Use HMAC_Init_ex, not HMAC_Init, in HMAC. 2015-03-02 23:15:20 +00:00