HomeSort by: relevance | last modified time | path
    Searched refs:num_val (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ec_mult.c 420 size_t num_val; local
519 * num_val will be the total number of temporarily precomputed points
521 num_val = 0;
528 num_val += (size_t)1 << (wsize[i] - 1);
651 val = OPENSSL_malloc((num_val + 1) * sizeof(val[0]));
654 val[num_val] = NULL; /* pivot element */
667 if (!(v == val + num_val)) {
702 || !group->meth->points_make_affine(group, num_val, val, ctx))
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ec_mult.c 427 size_t num_val; local
529 * num_val will be the total number of temporarily precomputed points
531 num_val = 0;
538 num_val += (size_t)1 << (wsize[i] - 1);
663 val = OPENSSL_malloc((num_val + 1) * sizeof(val[0]));
668 val[num_val] = NULL; /* pivot element */
681 if (!(v == val + num_val)) {
717 || !group->meth->points_make_affine(group, num_val, val, ctx))
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ec_mult.c 420 size_t num_val; local
521 * num_val will be the total number of temporarily precomputed points
523 num_val = 0;
530 num_val += (size_t)1 << (wsize[i] - 1);
655 val = OPENSSL_malloc((num_val + 1) * sizeof(val[0]));
660 val[num_val] = NULL; /* pivot element */
673 if (!(v == val + num_val)) {
708 if (!EC_POINTs_make_affine(group, num_val, val, ctx))
  /src/usr.bin/make/
var.c 3350 num_val(Substring s) function
3380 a = num_val(*(const Substring *)sa);
3381 b = num_val(*(const Substring *)sb);

Completed in 21 milliseconds