Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_nistp256.c1987 smallfelem tmp_smallfelems[]) in make_points_affine() argument
1996 tmp_smallfelems, in make_points_affine()
2030 smallfelem *tmp_smallfelems = NULL; in ossl_ec_GFp_nistp256_points_mul() local
2094 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() local
2351 make_points_affine(31, &(pre->g_pre_comp[0][1]), tmp_smallfelems); in ossl_ec_GFp_nistp256_precompute_mult()

Completed in 8 milliseconds