Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_mult.c598 EC_POINT **tmp_points; in ossl_ec_wNAF_mul() local
615 tmp_points = pre_comp->points; in ossl_ec_wNAF_mul()
644 if (*tmp_points == NULL) { in ossl_ec_wNAF_mul()
649 val_sub[i] = tmp_points; in ossl_ec_wNAF_mul()
650 tmp_points += pre_points_per_block; in ossl_ec_wNAF_mul()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_mult.c590 EC_POINT **tmp_points; in ec_wNAF_mul() local
607 tmp_points = pre_comp->points; in ec_wNAF_mul()
636 if (*tmp_points == NULL) { in ec_wNAF_mul()
641 val_sub[i] = tmp_points; in ec_wNAF_mul()
642 tmp_points += pre_points_per_block; in ec_wNAF_mul()