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

Issue 558025: Refactor SHA*_file functions into a separate file. Generate them using a C macro. (Closed)

Created:
10 years, 10 months ago by gauravsh
Modified:
9 years, 6 months ago
Reviewers:
Randall Spangler
CC:
chromium-os-reviews_googlegroups.com
Visibility:
Public.

Description

Refactor SHA*_file functions into a separate file. Generate them using a C macro.

Patch Set 1 #

Total comments: 6

Patch Set 2 : Switched back from a macro to duplicate code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -138 lines) Patch
M src/platform/vboot_reference/include/sha.h View 1 chunk +17 lines, -6 lines 0 comments Download
M src/platform/vboot_reference/tests/Makefile View 1 1 chunk +6 lines, -4 lines 0 comments Download
A src/platform/vboot_reference/tests/digest_utility.h View 1 1 chunk +34 lines, -0 lines 0 comments Download
A src/platform/vboot_reference/tests/digest_utility.c View 1 1 chunk +105 lines, -0 lines 0 comments Download
M src/platform/vboot_reference/tests/verify_data.h View 1 chunk +0 lines, -21 lines 0 comments Download
M src/platform/vboot_reference/tests/verify_data.c View 2 chunks +1 line, -107 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
gauravsh
10 years, 10 months ago (2010-01-28 23:33:55 UTC) #1
Randall Spangler
Refactoring SHA* functions into a separate file good. Big macro scary. If you really don't ...
10 years, 10 months ago (2010-01-29 00:04:58 UTC) #2
gauravsh
As we discussed, we can't use a structure with function pointers since the type of ...
10 years, 10 months ago (2010-01-29 00:52:21 UTC) #3
Randall Spangler
10 years, 10 months ago (2010-01-29 00:54:05 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698