HomeSort by relevance Sort by last modified time
    Searched full:xinv (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/bn/
bn_gf2m.c 687 BIGNUM *xinv = NULL; local
695 xinv = BN_CTX_get(ctx);
696 if (xinv == NULL) goto err;
698 if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) goto err;
699 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) goto err;

Completed in 270 milliseconds