Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Issue 88062: Separate the initialization code in the constructor of HMAC class into Init f... (Closed)

Created:
11 years, 8 months ago by tyoshino-do-not-use
Modified:
9 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

[Replaced by http://codereview.chromium.org/113001 ] Separate the key setting code in the constructor of HMAC class into the Init method. Overload the Init method for char* and std::string. Add DCHECKs to the destruction methods in ~HMAC in hmac_win.cc. BUG=2297

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 16

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 4

Patch Set 7 : '' #

Total comments: 1

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -25 lines) Patch
M base/hmac.h View 1 2 3 4 5 6 7 8 1 chunk +15 lines, -4 lines 0 comments Download
M base/hmac_mac.cc View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -1 line 0 comments Download
M base/hmac_nss.cc View 1 2 3 4 5 6 7 8 3 chunks +31 lines, -3 lines 0 comments Download
M base/hmac_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -6 lines 0 comments Download
M base/hmac_win.cc View 1 2 3 4 5 6 7 8 2 chunks +33 lines, -8 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_util.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
tyoshino-do-not-use
Hi Wan, I'd like you to review my change on the HMAC class files. This ...
11 years, 7 months ago (2009-04-30 17:37:19 UTC) #1
wtc
Thanks a lot for writing this changelist. It looks good, but I'd like to suggest ...
11 years, 7 months ago (2009-04-30 21:38:43 UTC) #2
tyoshino-do-not-use
Thank you for review. I've addressed your comments. Also, I tested this change on the ...
11 years, 7 months ago (2009-05-01 19:56:44 UTC) #3
wtc
LGTM. Please remember to update the CL's description, which still mentions the "SetKey" function, before ...
11 years, 7 months ago (2009-05-04 23:07:34 UTC) #4
tyoshino-do-not-use
Thank you. Addressed your inlined comments and updated the CL description, and then run gcl ...
11 years, 7 months ago (2009-05-05 20:23:27 UTC) #5
tyoshino-do-not-use
11 years, 7 months ago (2009-05-06 00:01:44 UTC) #6
Thank you for submitting.

Powered by Google App Engine
This is Rietveld 408576698