/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistputil.c | 49 * of size 'felem_size'. tmp_felems needs to point to a temporary array of 55 void *tmp_felems, in ossl_ec_GFp_nistp_points_make_affine_internal() 81 #define tmp_felem(I) (&((char *)tmp_felems)[(I) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() 53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, size_t felem_size, void *tmp_felems, void (*felem_one) (void *out), int (*felem_is_zero) (const void *in), void (*felem_assign) (void *out, const void *in), void (*felem_square) (void *out, const void *in), void (*felem_mul) (void *out, const void *in1, const void *in2), void (*felem_inv) (void *out, const void *in), void (*felem_contract) (void *out, const void *in)) ossl_ec_GFp_nistp_points_make_affine_internal() argument
|
H A D | ecp_nistp521.c | 1882 /* points below is of size |num|, and tmp_felems is of size |num+1/ */ 1884 felem tmp_felems[]) in make_points_affine() 1893 tmp_felems, in make_points_affine() 1928 felem *tmp_felems = NULL; in ossl_ec_GFp_nistp521_points_mul() local 1992 tmp_felems = in ossl_ec_GFp_nistp521_points_mul() 1993 OPENSSL_malloc(sizeof(*tmp_felems) * (num_points * 17 + 1)); in ossl_ec_GFp_nistp521_points_mul() 1995 || (mixed && (tmp_felems == NULL))) { in ossl_ec_GFp_nistp521_points_mul() 2065 make_points_affine(num_points * 17, pre_comp[0], tmp_felems); in ossl_ec_GFp_nistp521_points_mul() 2114 OPENSSL_free(tmp_felems); in ossl_ec_GFp_nistp521_points_mul() 2125 felem tmp_felems[1 in ossl_ec_GFp_nistp521_precompute_mult() local 1883 make_points_affine(size_t num, felem points[][3], felem tmp_felems[]) make_points_affine() argument [all...] |
H A D | ecp_nistp224.c | 1379 felem tmp_felems[ /* num+1 */ ]) in make_points_affine() 1388 tmp_felems, in make_points_affine() 1424 felem *tmp_felems = NULL; in ossl_ec_GFp_nistp224_points_mul() local 1487 tmp_felems = in ossl_ec_GFp_nistp224_points_mul() 1490 || (mixed && (tmp_felems == NULL))) { in ossl_ec_GFp_nistp224_points_mul() 1557 make_points_affine(num_points * 17, pre_comp[0], tmp_felems); in ossl_ec_GFp_nistp224_points_mul() 1605 OPENSSL_free(tmp_felems); in ossl_ec_GFp_nistp224_points_mul() 1616 felem tmp_felems[32]; in ossl_ec_GFp_nistp224_precompute_mult() local 1729 make_points_affine(31, &(pre->g_pre_comp[0][1]), tmp_felems); in ossl_ec_GFp_nistp224_precompute_mult()
|
H A D | ec_local.h | 578 void *tmp_felems,
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistputil.c | 49 * of size 'felem_size'. tmp_felems needs to point to a temporary array of 55 void *tmp_felems, in ossl_ec_GFp_nistp_points_make_affine_internal() 81 #define tmp_felem(I) (&((char *)tmp_felems)[(I) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() 53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, size_t felem_size, void *tmp_felems, void (*felem_one) (void *out), int (*felem_is_zero) (const void *in), void (*felem_assign) (void *out, const void *in), void (*felem_square) (void *out, const void *in), void (*felem_mul) (void *out, const void *in1, const void *in2), void (*felem_inv) (void *out, const void *in), void (*felem_contract) (void *out, const void *in)) ossl_ec_GFp_nistp_points_make_affine_internal() argument
|
H A D | ecp_nistp521.c | 1882 /* points below is of size |num|, and tmp_felems is of size |num+1/ */ 1884 felem tmp_felems[]) in make_points_affine() 1893 tmp_felems, in make_points_affine() 1928 felem *tmp_felems = NULL; in ossl_ec_GFp_nistp521_points_mul() local 1992 tmp_felems = in ossl_ec_GFp_nistp521_points_mul() 1993 OPENSSL_malloc(sizeof(*tmp_felems) * (num_points * 17 + 1)); in ossl_ec_GFp_nistp521_points_mul() 1995 || (mixed && (tmp_felems == NULL))) { in ossl_ec_GFp_nistp521_points_mul() 2065 make_points_affine(num_points * 17, pre_comp[0], tmp_felems); in ossl_ec_GFp_nistp521_points_mul() 2114 OPENSSL_free(tmp_felems); in ossl_ec_GFp_nistp521_points_mul() 2125 felem tmp_felems[1 in ossl_ec_GFp_nistp521_precompute_mult() local 1883 make_points_affine(size_t num, felem points[][3], felem tmp_felems[]) make_points_affine() argument [all...] |
H A D | ecp_nistp224.c | 1379 felem tmp_felems[ /* num+1 */ ]) in make_points_affine() 1388 tmp_felems, in make_points_affine() 1424 felem *tmp_felems = NULL; in ossl_ec_GFp_nistp224_points_mul() local 1487 tmp_felems = in ossl_ec_GFp_nistp224_points_mul() 1490 || (mixed && (tmp_felems == NULL))) { in ossl_ec_GFp_nistp224_points_mul() 1557 make_points_affine(num_points * 17, pre_comp[0], tmp_felems); in ossl_ec_GFp_nistp224_points_mul() 1605 OPENSSL_free(tmp_felems); in ossl_ec_GFp_nistp224_points_mul() 1616 felem tmp_felems[32]; in ossl_ec_GFp_nistp224_precompute_mult() local 1729 make_points_affine(31, &(pre->g_pre_comp[0][1]), tmp_felems); in ossl_ec_GFp_nistp224_precompute_mult()
|
H A D | ec_local.h | 578 void *tmp_felems,
|
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | ec_local.h | 557 void *tmp_felems,
|