Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Dec2_mult.c113 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, in gf2m_Madd() function
273 if (!gf2m_Madd(group, &point->X, x1, z1, x2, z2, ctx)) goto err; in ec_GF2m_montgomery_point_multiply()
278 if (!gf2m_Madd(group, &point->X, x2, z2, x1, z1, ctx)) goto err; in ec_GF2m_montgomery_point_multiply()