Home
last modified time | relevance | path

Searched refs:EC_POINT_copy (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_mult.c179 if (!EC_POINT_copy(p, group->generator)) { in ossl_ec_scalar_mul_ladder()
184 if (!EC_POINT_copy(p, point)) { in ossl_ec_scalar_mul_ladder()
698 if (!EC_POINT_copy(val_sub[i][0], points[i])) in ossl_ec_wNAF_mul()
701 if (!EC_POINT_copy(val_sub[i][0], generator)) in ossl_ec_wNAF_mul()
750 if (!EC_POINT_copy(r, val_sub[i][digit >> 1])) in ossl_ec_wNAF_mul()
916 if (!EC_POINT_copy(base, generator)) in ossl_ec_wNAF_precompute_mult()
926 if (!EC_POINT_copy(*var++, base)) in ossl_ec_wNAF_precompute_mult()
H A Dec2_smpl.c366 if (!EC_POINT_copy(r, b)) in ossl_ec_GF2m_simple_add()
372 if (!EC_POINT_copy(r, a)) in ossl_ec_GF2m_simple_add()
816 if (!EC_POINT_copy(r, p) in ec_GF2m_simple_ladder_post()
H A Dec_lib.c228 if (!EC_POINT_copy(dest->generator, src->generator)) in EC_GROUP_copy()
404 if (!EC_POINT_copy(group->generator, generator)) in EC_GROUP_set_generator()
767 int EC_POINT_copy(EC_POINT *dest, const EC_POINT *src) in EC_POINT_copy() function
796 r = EC_POINT_copy(t, a); in EC_POINT_dup()
H A Decp_smpl.c627 return EC_POINT_copy(r, b); in ossl_ec_GFp_simple_add()
629 return EC_POINT_copy(r, a); in ossl_ec_GFp_simple_add()
1662 if (!EC_POINT_copy(r, p) in ossl_ec_GFp_simple_ladder_post()
H A Dec_backend.c637 || !EC_POINT_copy(ret->pub_key, src->pub_key)) in ossl_ec_key_dup()
H A Dec_local.h68 * EC_POINT_copy:
743 if (!EC_POINT_copy(s, p) in ec_point_ladder_pre()
H A Dec_key.c140 if (!EC_POINT_copy(dest->pub_key, src->pub_key)) in EC_KEY_copy()
H A Decp_nistz256.c887 if (!EC_POINT_copy(T, generator)) in ecp_nistz256_mult_precompute()
891 if (!EC_POINT_copy(P, T)) in ecp_nistz256_mult_precompute()
/third_party/openssl/crypto/ec/
H A Dec_mult.c179 if (!EC_POINT_copy(p, group->generator)) { in ossl_ec_scalar_mul_ladder()
184 if (!EC_POINT_copy(p, point)) { in ossl_ec_scalar_mul_ladder()
698 if (!EC_POINT_copy(val_sub[i][0], points[i])) in ossl_ec_wNAF_mul()
701 if (!EC_POINT_copy(val_sub[i][0], generator)) in ossl_ec_wNAF_mul()
750 if (!EC_POINT_copy(r, val_sub[i][digit >> 1])) in ossl_ec_wNAF_mul()
916 if (!EC_POINT_copy(base, generator)) in ossl_ec_wNAF_precompute_mult()
926 if (!EC_POINT_copy(*var++, base)) in ossl_ec_wNAF_precompute_mult()
H A Dec2_smpl.c366 if (!EC_POINT_copy(r, b)) in ossl_ec_GF2m_simple_add()
372 if (!EC_POINT_copy(r, a)) in ossl_ec_GF2m_simple_add()
816 if (!EC_POINT_copy(r, p) in ec_GF2m_simple_ladder_post()
H A Dec_lib.c228 if (!EC_POINT_copy(dest->generator, src->generator)) in EC_GROUP_copy()
404 if (!EC_POINT_copy(group->generator, generator)) in EC_GROUP_set_generator()
767 int EC_POINT_copy(EC_POINT *dest, const EC_POINT *src) in EC_POINT_copy() function
796 r = EC_POINT_copy(t, a); in EC_POINT_dup()
H A Decp_smpl.c627 return EC_POINT_copy(r, b); in ossl_ec_GFp_simple_add()
629 return EC_POINT_copy(r, a); in ossl_ec_GFp_simple_add()
1662 if (!EC_POINT_copy(r, p) in ossl_ec_GFp_simple_ladder_post()
H A Dec_backend.c637 || !EC_POINT_copy(ret->pub_key, src->pub_key)) in ossl_ec_key_dup()
H A Dec_local.h68 * EC_POINT_copy:
743 if (!EC_POINT_copy(s, p) in ec_point_ladder_pre()
H A Dec_key.c140 if (!EC_POINT_copy(dest->pub_key, src->pub_key)) in EC_KEY_copy()
H A Decp_nistz256.c887 if (!EC_POINT_copy(T, generator)) in ecp_nistz256_mult_precompute()
891 if (!EC_POINT_copy(P, T)) in ecp_nistz256_mult_precompute()
/third_party/openssl/test/
H A Dectest.c66 || !TEST_true(EC_POINT_copy(P, G)) in group_order_tests()
234 if (!TEST_true(EC_POINT_copy(R, P)) in prime_field_tests()
530 || !TEST_true(EC_POINT_copy(Q, P)) in prime_field_tests()
860 || !TEST_true(EC_POINT_copy(Q, P)) in char2_curve_test()
1019 if (!TEST_true(EC_POINT_copy(R, P)) in char2_field_tests()
1422 || !TEST_true(EC_POINT_copy(P, G)) in nistp_single_test()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h561 int EC_POINT_copy(EC_POINT *dst, const EC_POINT *src);
/third_party/openssl/include/openssl/
H A Dec.h561 int EC_POINT_copy(EC_POINT *dst, const EC_POINT *src);
/third_party/openssl/ohos_lite/crypto/ec/
H A Dec_local.h64 * EC_POINT_copy:
711 if (!EC_POINT_copy(s, p) in ec_point_ladder_pre()
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h445 int EC_POINT_copy(EC_POINT *dst, const EC_POINT *src);

Completed in 35 milliseconds