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

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_mult.c570 size_t num_val; local
695 * num_val will be the total number of temporarily precomputed points
697 num_val = 0;
704 num_val += (size_t)1 << (wsize[i] - 1);
829 val = OPENSSL_malloc((num_val + 1) * sizeof(val[0]));
834 val[num_val] = NULL; /* pivot element */
847 if (!(v == val + num_val)) {
884 if (!EC_POINTs_make_affine(group, num_val, val, ctx))

Completed in 50 milliseconds