Searched refs:tmp_smallfelems (Results 1 – 1 of 1) sorted by relevance
1987 smallfelem tmp_smallfelems[]) in make_points_affine() argument1996 tmp_smallfelems, in make_points_affine()2030 smallfelem *tmp_smallfelems = NULL; in ossl_ec_GFp_nistp256_points_mul() local2094 tmp_smallfelems = in ossl_ec_GFp_nistp256_points_mul()2095 OPENSSL_malloc(sizeof(*tmp_smallfelems) * (num_points * 17 + 1)); in ossl_ec_GFp_nistp256_points_mul()2097 || (mixed && (tmp_smallfelems == NULL))) in ossl_ec_GFp_nistp256_points_mul()2169 make_points_affine(num_points * 17, pre_comp[0], tmp_smallfelems); in ossl_ec_GFp_nistp256_points_mul()2217 OPENSSL_free(tmp_smallfelems); in ossl_ec_GFp_nistp256_points_mul()2228 smallfelem tmp_smallfelems[32]; in ossl_ec_GFp_nistp256_precompute_mult() local2351 make_points_affine(31, &(pre->g_pre_comp[0][1]), tmp_smallfelems); in ossl_ec_GFp_nistp256_precompute_mult()
Completed in 8 milliseconds