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

Unified Diff: mozilla/security/nss/lib/freebl/ecl/ecl-priv.h

Issue 12042100: Add an optimized 32-bit implementation of the NIST P-256 elliptic curve. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Don't use ecp_256.c Created 7 years, 11 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 | « mozilla/security/nss/lib/freebl/ecl/ecl.c ('k') | mozilla/security/nss/lib/freebl/ecl/ecp_256_32.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mozilla/security/nss/lib/freebl/ecl/ecl-priv.h
===================================================================
--- mozilla/security/nss/lib/freebl/ecl/ecl-priv.h (revision 177437)
+++ mozilla/security/nss/lib/freebl/ecl/ecl-priv.h (working copy)
@@ -236,6 +236,9 @@
mp_err ec_group_set_gf2m193(ECGroup *group, ECCurveName name);
mp_err ec_group_set_gf2m233(ECGroup *group, ECCurveName name);
+/* Optimized point multiplication */
wtc 2013/01/27 00:11:17 agl: since your code is used to override these thr
+mp_err ec_group_set_gfp256_32(ECGroup *group, ECCurveName name);
+
/* Optimized floating-point arithmetic */
#ifdef ECL_USE_FP
mp_err ec_group_set_secp160r1_fp(ECGroup *group);
« no previous file with comments | « mozilla/security/nss/lib/freebl/ecl/ecl.c ('k') | mozilla/security/nss/lib/freebl/ecl/ecp_256_32.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698