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

/freebsd-10.1-release/crypto/openssl/crypto/ec/
H A Dec_mult.c351 EC_POINT ***val_sub = NULL; /* pointers to sub-arrays of 'val' or local
433 val_sub = OPENSSL_malloc(totalnum * sizeof val_sub[0]);
439 if (!wsize || !wNAF_len || !wNAF || !val_sub) {
508 val_sub[num] = pre_comp->points;
565 val_sub[i] = tmp_points;
576 * 'val_sub[i]' is a pointer to the subarray for the i-th point, or to a
589 val_sub[i] = v;
607 * val_sub[i][0] := points[i]
608 * val_sub[
[all...]

Completed in 99 milliseconds