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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_mult.c601 if (!EC_POINT_copy(val_sub[i][0], points[i])) goto err;
605 if (!EC_POINT_copy(val_sub[i][0], generator)) goto err;
659 if (!EC_POINT_copy(r, val_sub[i][digit >> 1])) goto err;
822 if (!EC_POINT_copy(base, generator))
833 if (!EC_POINT_copy(*var++, base))
H A Dec_key.c168 if (!EC_POINT_copy(dest->pub_key, src->pub_key))
327 if (!EC_POINT_copy(point, eckey->pub_key))
H A Dec_lib.c207 if (!EC_POINT_copy(dest->generator, src->generator)) return 0;
297 if (!EC_POINT_copy(group->generator, generator)) return 0;
750 int EC_POINT_copy(EC_POINT *dest, const EC_POINT *src) function
777 r = EC_POINT_copy(t, a);
H A Dectest.c137 EC_POINT_copy(P, EC_GROUP_get0_generator(group));
300 if (!EC_POINT_copy(R, P)) ABORT;
651 if (!EC_POINT_copy(Q, P)) ABORT;
923 if (!EC_POINT_copy(R, P)) ABORT;
1126 if (!EC_POINT_copy(Q, P)) ABORT;
H A Dec.h205 int EC_POINT_copy(EC_POINT *, const EC_POINT *);
H A Dec2_smpl.c685 if (!EC_POINT_copy(r, b)) return 0;
691 if (!EC_POINT_copy(r, a)) return 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_mult.c614 if (!EC_POINT_copy(val_sub[i][0], points[i]))
617 if (!EC_POINT_copy(val_sub[i][0], generator))
668 if (!EC_POINT_copy(r, val_sub[i][digit >> 1]))
825 if (!EC_POINT_copy(base, generator))
835 if (!EC_POINT_copy(*var++, base))
H A Dec_lib.c221 if (!EC_POINT_copy(dest->generator, src->generator))
306 if (!EC_POINT_copy(group->generator, generator))
754 int EC_POINT_copy(EC_POINT *dest, const EC_POINT *src) function
780 r = EC_POINT_copy(t, a);
H A Dec2_smpl.c466 if (!EC_POINT_copy(r, b))
472 if (!EC_POINT_copy(r, a))
H A Dectest.c139 EC_POINT_copy(P, EC_GROUP_get0_generator(group));
445 if (!EC_POINT_copy(R, P))
861 if (!EC_POINT_copy(Q, P))
1193 if (!EC_POINT_copy(R, P))
1375 if (!EC_POINT_copy(Q, P))
H A Dec2_mult.c433 if (!EC_POINT_copy(r, acc))
H A Dec_key.c167 if (!EC_POINT_copy(dest->pub_key, src->pub_key))
H A Dec.h441 int EC_POINT_copy(EC_POINT *dst, const EC_POINT *src);
H A Decp_smpl.c665 return EC_POINT_copy(r, b);
667 return EC_POINT_copy(r, a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_mult.c614 if (!EC_POINT_copy(val_sub[i][0], points[i]))
617 if (!EC_POINT_copy(val_sub[i][0], generator))
668 if (!EC_POINT_copy(r, val_sub[i][digit >> 1]))
825 if (!EC_POINT_copy(base, generator))
835 if (!EC_POINT_copy(*var++, base))
H A Dec_lib.c221 if (!EC_POINT_copy(dest->generator, src->generator))
306 if (!EC_POINT_copy(group->generator, generator))
754 int EC_POINT_copy(EC_POINT *dest, const EC_POINT *src) function
780 r = EC_POINT_copy(t, a);
H A Dec2_smpl.c466 if (!EC_POINT_copy(r, b))
472 if (!EC_POINT_copy(r, a))
H A Dectest.c139 EC_POINT_copy(P, EC_GROUP_get0_generator(group));
445 if (!EC_POINT_copy(R, P))
861 if (!EC_POINT_copy(Q, P))
1193 if (!EC_POINT_copy(R, P))
1375 if (!EC_POINT_copy(Q, P))
H A Dec2_mult.c433 if (!EC_POINT_copy(r, acc))
H A Dec_key.c167 if (!EC_POINT_copy(dest->pub_key, src->pub_key))
H A Dec.h441 int EC_POINT_copy(EC_POINT *dst, const EC_POINT *src);
H A Decp_smpl.c665 return EC_POINT_copy(r, b);
667 return EC_POINT_copy(r, a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dectest.c137 EC_POINT_copy(P, EC_GROUP_get0_generator(group));
300 if (!EC_POINT_copy(R, P)) ABORT;
651 if (!EC_POINT_copy(Q, P)) ABORT;
923 if (!EC_POINT_copy(R, P)) ABORT;
1126 if (!EC_POINT_copy(Q, P)) ABORT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dec.h205 int EC_POINT_copy(EC_POINT *, const EC_POINT *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_pkey.c301 if (!EC_POINT_copy(pub_key, EC_GROUP_get0_generator(group)))

Completed in 273 milliseconds

12