OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aY
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/ec/
ec2_smpl.c
607
BIGNUM *aX, *
aY
, *bX, *bY;
633
aY
= BN_CTX_get(ctx);
638
if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX,
aY
, ctx)) goto err;
640
ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(
aY
, bY) == 0) ? 0 : 1;
/external/zxing/core/
core.jar
Completed in 357 milliseconds