Home
last modified time | relevance | path

Searched defs:ec_pre_comp_st (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/ec/
H A Dec_mult.c37 struct ec_pre_comp_st { struct
38 const EC_GROUP *group; /* parent EC_GROUP object */
39 size_t blocksize; /* block size for wNAF splitting */
40 size_t numblocks; /* max. number of blocks for which we have
42 size_t w; /* window size */
43 EC_POINT **points; /* array with pre-calculated multiples of
46 size_t num; /* numblocks * 2^(w-1) */
47 CRYPTO_REF_COUNT references;

Completed in 7 milliseconds