Home
last modified time | relevance | path

Searched refs:tmp_felems (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistputil.c49 * 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 Decp_nistp521.c1882 /* 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 Decp_nistp224.c1379 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 Dec_local.h578 void *tmp_felems,
/third_party/openssl/crypto/ec/
H A Decp_nistputil.c49 * 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 Decp_nistp521.c1882 /* 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 Decp_nistp224.c1379 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 Dec_local.h578 void *tmp_felems,
/third_party/openssl/ohos_lite/crypto/ec/
H A Dec_local.h557 void *tmp_felems,

Completed in 15 milliseconds