Searched refs:tmp_smallfelems (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | ecp_nistp256.c | 1989 smallfelem tmp_smallfelems[]) 1998 tmp_smallfelems, 2032 smallfelem *tmp_smallfelems = NULL; 2096 tmp_smallfelems = 2097 OPENSSL_malloc(sizeof(*tmp_smallfelems) * (num_points * 17 + 1)); 2099 || (mixed && (tmp_smallfelems == NULL))) { 2173 make_points_affine(num_points * 17, pre_comp[0], tmp_smallfelems); 2220 OPENSSL_free(tmp_smallfelems); 2232 smallfelem tmp_smallfelems[32]; 2347 make_points_affine(31, &(pre->g_pre_comp[0][1]), tmp_smallfelems);
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ecp_nistp256.c | 1992 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()
|