Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_mult.c427 size_t num_val; in ossl_ec_wNAF_mul() local
531 num_val = 0; in ossl_ec_wNAF_mul()
538 num_val += (size_t)1 << (wsize[i] - 1); in ossl_ec_wNAF_mul()
663 val = OPENSSL_malloc((num_val + 1) * sizeof(val[0])); in ossl_ec_wNAF_mul()
668 val[num_val] = NULL; /* pivot element */ in ossl_ec_wNAF_mul()
681 if (!(v == val + num_val)) { in ossl_ec_wNAF_mul()
717 || !group->meth->points_make_affine(group, num_val, val, ctx)) in ossl_ec_wNAF_mul()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_mult.c420 size_t num_val; in ec_wNAF_mul() local
523 num_val = 0; in ec_wNAF_mul()
530 num_val += (size_t)1 << (wsize[i] - 1); in ec_wNAF_mul()
655 val = OPENSSL_malloc((num_val + 1) * sizeof(val[0])); in ec_wNAF_mul()
660 val[num_val] = NULL; /* pivot element */ in ec_wNAF_mul()
673 if (!(v == val + num_val)) { in ec_wNAF_mul()
708 if (!EC_POINTs_make_affine(group, num_val, val, ctx)) in ec_wNAF_mul()
/netbsd-src/usr.bin/make/
H A Dvar.c3327 num_val(Substring s)
3357 a = num_val(*((const Substring *)sa));
3358 b = num_val(*((const Substring *)sb)); in SubNumAsc()
3332 num_val(Substring s) num_val() function