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

/macosx-10.10.1/OpenSSL098-52/src/crypto/ec/
H A Dec_mult.c363 size_t num_val; local
457 /* num_val will be the total number of temporarily precomputed points */
458 num_val = 0;
466 num_val += 1u << (wsize[i] - 1);
592 val = OPENSSL_malloc((num_val + 1) * sizeof val[0]);
598 val[num_val] = NULL; /* pivot element */
612 if (!(v == val + num_val))
649 if (!EC_POINTs_make_affine(group, num_val, val, ctx))
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c276 int num_val; local
281 if (CFNumberGetValue(num, kCFNumberIntType, &num_val)
282 && num_val == val) {

Completed in 232 milliseconds