boringssl/crypto/fipsmodule/md5
David Benjamin 387b07b78d Rename 'md' output parameter to 'out' and add bounds.
We usually name output parameters 'out'. (Someone made a C++ templating
change in Chromium which messed up const-ness, saw the compile error,
and thought it was in MD5_Final.) Also tag the parameters with the
sizes.

Sadly, there's a bit of goofiness around SHA224_Final/SHA256_Final and
SHA384_Final/SHA512_Final, but they're just documentation anyway.
(Though it does touch on the mess that is sha->md_len which would be
nice to clear through somehow.)

Change-Id: I1918b7eecfe13f13b217d01d4414ac2358802354
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/35484
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2019-04-08 18:19:01 +00:00
..
asm Add ABI tests for MD5. 2019-01-08 18:01:07 +00:00
internal.h Add ABI tests for MD5. 2019-01-08 18:01:07 +00:00
md5_test.cc Add ABI tests for MD5. 2019-01-08 18:01:07 +00:00
md5.c Rename 'md' output parameter to 'out' and add bounds. 2019-04-08 18:19:01 +00:00