Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/ec/
H A Dec_mult.c597 EC_POINT **tmp_points; in ec_wNAF_mul() local
614 tmp_points = pre_comp->points; in ec_wNAF_mul()
643 if (*tmp_points == NULL) { in ec_wNAF_mul()
648 val_sub[i] = tmp_points; in ec_wNAF_mul()
649 tmp_points += pre_points_per_block; in ec_wNAF_mul()