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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_mult.c71 * This file implements the wNAF-based interleaving multi-exponentation method
73 * for multiplication with precomputation, we use wNAF splitting
80 size_t blocksize; /* block size for wNAF splitting */
177 * Determine the modified width-(w+1) Non-Adjacent Form (wNAF) of 'scalar'.
224 r = OPENSSL_malloc(len + 1); /* modified wNAF may be one digit longer
247 #if 1 /* modified wNAF */
271 * now window_val is 0 or 2^(w+1) in standard wNAF generation;
310 * TODO: table should be optimised for the wNAF-based implementation,
338 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */
345 signed char **wNAF local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_mult.c71 * This file implements the wNAF-based interleaving multi-exponentation method
73 * for multiplication with precomputation, we use wNAF splitting
80 size_t blocksize; /* block size for wNAF splitting */
177 * Determine the modified width-(w+1) Non-Adjacent Form (wNAF) of 'scalar'.
224 r = OPENSSL_malloc(len + 1); /* modified wNAF may be one digit longer
247 #if 1 /* modified wNAF */
271 * now window_val is 0 or 2^(w+1) in standard wNAF generation;
310 * TODO: table should be optimised for the wNAF-based implementation,
338 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */
345 signed char **wNAF local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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 */
180 /* Determine the modified width-(w+1) Non-Adjacent Form (wNAF) of 'scalar'.
212 r = OPENSSL_malloc(len + 1); /* modified wNAF may be one digit longer than binary representation
238 #if 1 /* modified wNAF */
263 /* now window_val is 0 or 2^(w+1) in standard wNAF generation;
305 /* TODO: table should be optimised for the wNAF-based implementation,
331 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */
338 signed char **wNAF local
[all...]

Completed in 59 milliseconds