Home
last modified time | relevance | path

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

/openssl-master/crypto/ec/
A Decp_nistp256.c1992 smallfelem tmp_smallfelems[]) in make_points_affine() argument
2001 tmp_smallfelems, in make_points_affine()
2035 smallfelem *tmp_smallfelems = NULL; in ossl_ec_GFp_nistp256_points_mul() local
2099 tmp_smallfelems = in ossl_ec_GFp_nistp256_points_mul()
2100 OPENSSL_malloc(sizeof(*tmp_smallfelems) * (num_points * 17 + 1)); in ossl_ec_GFp_nistp256_points_mul()
2102 || (mixed && (tmp_smallfelems == NULL))) { in ossl_ec_GFp_nistp256_points_mul()
2176 make_points_affine(num_points * 17, pre_comp[0], tmp_smallfelems); in ossl_ec_GFp_nistp256_points_mul()
2224 OPENSSL_free(tmp_smallfelems); in ossl_ec_GFp_nistp256_points_mul()
2235 smallfelem tmp_smallfelems[32]; in ossl_ec_GFp_nistp256_precompute_mult() local
2358 make_points_affine(31, &(pre->g_pre_comp[0][1]), tmp_smallfelems); in ossl_ec_GFp_nistp256_precompute_mult()

Completed in 6 milliseconds