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 671 BIGNUM *xinv = NULL; local
679 xinv = BN_CTX_get(ctx);
680 if (xinv == NULL) goto err;
682 if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) goto err;
683 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) goto err;

Completed in 36 milliseconds