Searched defs:gf2m_Madd (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/ec/
H A Dec2_mult.c115 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, function
284 if (!gf2m_Madd(group, &point->X, x2, z2, x1, z1, ctx)) goto err;

Completed in 124 milliseconds