Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dec_mult.c420 size_t num_val; in ossl_ec_wNAF_mul() local
521 num_val = 0; in ossl_ec_wNAF_mul()
528 num_val += (size_t)1 << (wsize[i] - 1); in ossl_ec_wNAF_mul()
651 val = OPENSSL_malloc((num_val + 1) * sizeof(val[0])); in ossl_ec_wNAF_mul()
654 val[num_val] = NULL; /* pivot element */ in ossl_ec_wNAF_mul()
667 if (!(v == val + num_val)) { in ossl_ec_wNAF_mul()
702 || !group->meth->points_make_affine(group, num_val, val, ctx)) in ossl_ec_wNAF_mul()
/freebsd/contrib/bmake/
H A Dvar.c3398 num_val(Substring s) in num_val() function
3428 a = num_val(*(const Substring *)sa); in SubNumAsc()
3429 b = num_val(*(const Substring *)sb); in SubNumAsc()