Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp256.c1990 /* points below is of size |num|, and tmp_smallfelems is of size |num+1| */
1992 smallfelem tmp_smallfelems[]) in make_points_affine()
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[3 in ossl_ec_GFp_nistp256_precompute_mult() local
1991 make_points_affine(size_t num, smallfelem points[][3], smallfelem tmp_smallfelems[]) make_points_affine() argument
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistp256.c1990 /* points below is of size |num|, and tmp_smallfelems is of size |num+1| */
1992 smallfelem tmp_smallfelems[]) in make_points_affine()
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[3 in ossl_ec_GFp_nistp256_precompute_mult() local
1991 make_points_affine(size_t num, smallfelem points[][3], smallfelem tmp_smallfelems[]) make_points_affine() argument
[all...]

Completed in 6 milliseconds