Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/ec/
Dec_mult.c514 EC_POINT **tmp_points; in ec_wNAF_mul() local
530 tmp_points = pre_comp->points; in ec_wNAF_mul()
558 if (*tmp_points == NULL) { in ec_wNAF_mul()
563 val_sub[i] = tmp_points; in ec_wNAF_mul()
564 tmp_points += pre_points_per_block; in ec_wNAF_mul()