Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ec/
H A Dec_mult.c517 EC_POINT **tmp_points; in ec_wNAF_mul() local
533 tmp_points = pre_comp->points; in ec_wNAF_mul()
562 if (*tmp_points == NULL) { in ec_wNAF_mul()
566 val_sub[i] = tmp_points; in ec_wNAF_mul()
567 tmp_points += pre_points_per_block; in ec_wNAF_mul()