Home
last modified time | relevance | path

Searched refs:bY (Results 1 – 2 of 2) sorted by relevance

/minix/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec2_smpl.c674 BIGNUM *aX, *aY, *bX, *bY; in ec_GF2m_simple_cmp() local
700 bY = BN_CTX_get(ctx); in ec_GF2m_simple_cmp()
701 if (bY == NULL) in ec_GF2m_simple_cmp()
706 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx)) in ec_GF2m_simple_cmp()
708 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1; in ec_GF2m_simple_cmp()
/minix/minix/share/beaglebone/weather/
H A Dprocessing.js13bY=q.random;cW.random=function(){if(arguments.length===0){return bY()}if(arguments.length===1){ret… variable