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

/external/openssl/crypto/bn/
H A Dbn_gf2m.c523 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) function
658 * This function calls down to the BN_GF2m_mod_inv implementation; this wrapper
660 * BN_GF2m_mod_inv function.
672 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
698 if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) goto err;

Completed in 76 milliseconds