Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dwnaf.c460 EC_POINT **tmp_points; in ec_wNAF_mul() local
474 tmp_points = pre_comp->points; in ec_wNAF_mul()
502 if (*tmp_points == NULL) { in ec_wNAF_mul()
507 val_sub[i] = tmp_points; in ec_wNAF_mul()
508 tmp_points += pre_points_per_block; in ec_wNAF_mul()