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

/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_mult.c26 * This file implements the wNAF-based interleaving multi-exponentiation method
32 * For multiplication with precomputation, we use wNAF splitting, formerly at:
39 size_t blocksize; /* block size for wNAF splitting */
390 * Table could be optimised for the wNAF-based implementation,
417 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */
424 signed char **wNAF = NULL; /* individual wNAFs */ local
484 * determine maximum number of blocks that wNAF splitting may
485 * yield (NB: maximum wNAF length is bit length plus one)
516 wNAF = OPENSSL_malloc((totalnum + 1) * sizeof(wNAF[
[all...]

Completed in 108 milliseconds