Searched refs:wNAF (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dwnaf.c77 /* This file implements the wNAF-based interleaving multi-exponentation method
79 * for multiplication with precomputation, we use wNAF splitting
86 size_t blocksize; /* block size for wNAF splitting */
149 /* Determine the modified width-(w+1) Non-Adjacent Form (wNAF) of 'scalar'.
198 1); /* modified wNAF may be one digit longer than binary representation
220 #if 1 /* modified wNAF */
241 /* now window_val is 0 or 2^(w+1) in standard wNAF generation;
279 /* TODO: table should be optimised for the wNAF-based implementation,
303 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */
310 signed char **wNAF local
[all...]
/external/openssl/crypto/ec/
H A Dec_mult.c72 * This file implements the wNAF-based interleaving multi-exponentation method
74 * for multiplication with precomputation, we use wNAF splitting
84 size_t blocksize; /* block size for wNAF splitting */
185 /* Determine the modified width-(w+1) Non-Adjacent Form (wNAF) of 'scalar'.
236 r = OPENSSL_malloc(len + 1); /* modified wNAF may be one digit longer than binary representation
260 #if 1 /* modified wNAF */
285 /* now window_val is 0 or 2^(w+1) in standard wNAF generation;
327 /* TODO: table should be optimised for the wNAF-based implementation,
353 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */
360 signed char **wNAF local
[all...]

Completed in 97 milliseconds