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

Unified Diff: src/platform/vboot_reference/crypto/Makefile

Issue 850002: Enable SHA1 optimizations (faster bit twiddling) and SHA2 optimizations (loop unroll). (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/platform/vboot_reference/crypto/sha1.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/crypto/Makefile
diff --git a/src/platform/vboot_reference/crypto/Makefile b/src/platform/vboot_reference/crypto/Makefile
index fd1e206320aa38ea27e4a6ec426fedcba3b369d5..bd2eabd3be14f6176095d57c266df66e96614681 100644
--- a/src/platform/vboot_reference/crypto/Makefile
+++ b/src/platform/vboot_reference/crypto/Makefile
@@ -4,6 +4,7 @@
SRCS = rsa.c sha1.c sha2.c padding.c rsa_utility.c sha_utility.c
OBJS = $(SRCS:.c=.o)
+CFLAGS += -DUNROLL_LOOPS -DHAVE_ENDIAN_H -DHAVE_LITTLE_ENDIAN
all: libcrypto.a
« no previous file with comments | « no previous file | src/platform/vboot_reference/crypto/sha1.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698