Searched refs:EC_POINT_cmp (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dectest.c261 if (0 != EC_POINT_cmp(group, Q, P, ctx))
269 if (0 != EC_POINT_cmp(group, Q, P, ctx))
277 if (0 != EC_POINT_cmp(group, Q, P, ctx))
477 if (0 != EC_POINT_cmp(group, P, Q, ctx))
490 if (0 != EC_POINT_cmp(group, P, Q, ctx))
503 if (0 != EC_POINT_cmp(group, P, Q, ctx))
522 if (0 != EC_POINT_cmp(group, P, R, ctx))
910 if (0 != EC_POINT_cmp(group, P, R, ctx))
912 if (0 != EC_POINT_cmp(group, R, Q, ctx))
1214 if (0 != EC_POINT_cmp(grou
[all...]
H A Dec_key.c349 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) {
H A Dec_lib.c528 /* XXX EC_POINT_cmp() assumes that the methods are equal */
529 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a),
994 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, function
H A Dec.h655 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
H A Dec_mult.c395 && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) ==
H A Decp_nistp224.c1477 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
1658 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
H A Dec_ameth.c224 r = EC_POINT_cmp(group, pa, pb, NULL);
H A Decp_nistp256.c2064 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
2250 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dectest.c261 if (0 != EC_POINT_cmp(group, Q, P, ctx))
269 if (0 != EC_POINT_cmp(group, Q, P, ctx))
277 if (0 != EC_POINT_cmp(group, Q, P, ctx))
477 if (0 != EC_POINT_cmp(group, P, Q, ctx))
490 if (0 != EC_POINT_cmp(group, P, Q, ctx))
503 if (0 != EC_POINT_cmp(group, P, Q, ctx))
522 if (0 != EC_POINT_cmp(group, P, R, ctx))
910 if (0 != EC_POINT_cmp(group, P, R, ctx))
912 if (0 != EC_POINT_cmp(group, R, Q, ctx))
1214 if (0 != EC_POINT_cmp(grou
[all...]
H A Dec_key.c349 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) {
H A Dec_lib.c528 /* XXX EC_POINT_cmp() assumes that the methods are equal */
529 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a),
994 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, function
H A Dec.h655 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
H A Dec_mult.c395 && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) ==
H A Decp_nistp224.c1477 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
1658 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
H A Dec_ameth.c224 r = EC_POINT_cmp(group, pa, pb, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dectest.c323 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
330 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
337 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
351 if (0 != EC_POINT_cmp(group, P, R, ctx)) ABORT;
682 if (0 != EC_POINT_cmp(group, P, R, ctx)) ABORT;
683 if (0 != EC_POINT_cmp(group, R, Q, ctx)) ABORT;
936 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
944 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
953 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
961 if (0 != EC_POINT_cmp(grou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dectest.c323 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
330 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
337 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
351 if (0 != EC_POINT_cmp(group, P, R, ctx)) ABORT;
682 if (0 != EC_POINT_cmp(group, P, R, ctx)) ABORT;
683 if (0 != EC_POINT_cmp(group, R, Q, ctx)) ABORT;
936 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
944 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
953 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT;
961 if (0 != EC_POINT_cmp(grou
[all...]
H A Dec.h250 int EC_POINT_cmp(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, BN_CTX *);
H A Dec_key.c358 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key,
H A Dec_lib.c518 /* XXX EC_POINT_cmp() assumes that the methods are equal */
519 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a),
1059 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) function
H A Dec_mult.c390 if (pre_comp && pre_comp->numblocks && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dec.h250 int EC_POINT_cmp(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, BN_CTX *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp_lib.c291 r = EC_POINT_cmp(group, pa, pb, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost_ameth.c807 ret = (0 == EC_POINT_cmp(EC_KEY_get0_group(ea), ka, kb, NULL));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost_ameth.c807 ret = (0 == EC_POINT_cmp(EC_KEY_get0_group(ea), ka, kb, NULL));

Completed in 145 milliseconds

12