Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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 */ in ossl_ec_wNAF_mul()
424 signed char **wNAF = NULL; /* individual wNAFs */ in ossl_ec_wNAF_mul() local
484 * determine maximum number of blocks that wNAF splitting may in ossl_ec_wNAF_mul()
485 * yield (NB: maximum wNAF length is bit length plus one) in ossl_ec_wNAF_mul()
516 wNAF = OPENSSL_malloc((totalnum + 1) * sizeof(wNAF[ in ossl_ec_wNAF_mul()
[all...]
/third_party/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 */ in ossl_ec_wNAF_mul()
424 signed char **wNAF = NULL; /* individual wNAFs */ in ossl_ec_wNAF_mul() local
484 * determine maximum number of blocks that wNAF splitting may in ossl_ec_wNAF_mul()
485 * yield (NB: maximum wNAF length is bit length plus one) in ossl_ec_wNAF_mul()
516 wNAF = OPENSSL_malloc((totalnum + 1) * sizeof(wNAF[ in ossl_ec_wNAF_mul()
[all...]

Completed in 2 milliseconds