/external/openssl/crypto/ec/ |
ectest.c | 220 if (0 != EC_POINT_cmp(group, Q, P, ctx)) ABORT; 224 if (0 != EC_POINT_cmp(group, Q, P, ctx)) ABORT; 228 if (0 != EC_POINT_cmp(group, Q, P, ctx)) ABORT; 363 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT; 370 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT; 377 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT; 391 if (0 != EC_POINT_cmp(group, P, R, ctx)) ABORT; 655 if (0 != EC_POINT_cmp(group, P, R, ctx)) ABORT; 656 if (0 != EC_POINT_cmp(group, R, Q, ctx)) ABORT; 907 if (0 != EC_POINT_cmp(group, P, Q, ctx)) ABORT [all...] |
ec_ameth.c | 232 r = EC_POINT_cmp(group, pa, pb, NULL);
|
ec_key.c | 367 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key,
|
ec_lib.c | 518 /* XXX EC_POINT_cmp() assumes that the methods are equal */ 519 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a), 991 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx)
|
ec.h | 627 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx); [all...] |
ec_mult.c | 412 if (pre_comp && pre_comp->numblocks && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == 0))
|
/external/openssl/include/openssl/ |
ec.h | 627 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx); [all...] |
/external/openssh/ |
key.c | 299 EC_POINT_cmp(EC_KEY_get0_group(a->ecdsa), [all...] |