Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/ec/
HDecp_nistp256.c1971 smallfelem tmp_smallfelems[]) in make_points_affine() argument
1980 tmp_smallfelems, in make_points_affine()
2016 smallfelem *tmp_smallfelems = NULL; in ec_GFp_nistp256_points_mul() local
2085 tmp_smallfelems = in ec_GFp_nistp256_points_mul()
2088 || (mixed && (tmp_smallfelems == NULL))) { in ec_GFp_nistp256_points_mul()
2158 make_points_affine(num_points * 17, pre_comp[0], tmp_smallfelems); in ec_GFp_nistp256_points_mul()
2209 if (tmp_smallfelems != NULL) in ec_GFp_nistp256_points_mul()
2210 OPENSSL_free(tmp_smallfelems); in ec_GFp_nistp256_points_mul()
2222 smallfelem tmp_smallfelems[32]; in ec_GFp_nistp256_precompute_mult() local
2338 make_points_affine(31, &(pre->g_pre_comp[0][1]), tmp_smallfelems); in ec_GFp_nistp256_precompute_mult()