Skip to content

Commit

Permalink
Function comments improvements from review of PR #1574
Browse files Browse the repository at this point in the history
Co-authored-by: Nevine Ebeid <[email protected]>
  • Loading branch information
fabrice102 and nebeid authored Jun 14, 2024
1 parent 6f14823 commit 73debcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/fipstools/acvp/modulewrapper/modulewrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,8 @@ static bool HMAC(const Span<const uint8_t> args[], ReplyCallback write_reply) {
}

// HMAC computation with precomputed keys
// The purpose of this call is to test |HMAC_set_precomputed_key_export| and
// |HMAC_get_precomputed_key|, which are called by |HMAC_with_precompute|.
uint8_t digest_with_precompute[EVP_MAX_MD_SIZE];
unsigned digest_with_precompute_len;
if (::HMAC_with_precompute(md, args[1].data(), args[1].size(), args[0].data(),
Expand Down

0 comments on commit 73debcf

Please sign in to comment.