Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Dec_mult.c525 EC_POINT **tmp_points; in ec_wNAF_mul() local
541 tmp_points = pre_comp->points; in ec_wNAF_mul()
572 if (*tmp_points == NULL) in ec_wNAF_mul()
578 val_sub[i] = tmp_points; in ec_wNAF_mul()
579 tmp_points += pre_points_per_block; in ec_wNAF_mul()