HomeSort by: relevance | last modified time | path
    Searched defs:BN_GF2m_mod_inv (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_gf2m.c 720 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
763 * This function calls down to the BN_GF2m_mod_inv implementation; this
765 * use the BN_GF2m_mod_inv function.
780 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
807 if (!BN_GF2m_mod_inv(xinv, x, p, ctx))
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_gf2m.c 734 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
777 * This function calls down to the BN_GF2m_mod_inv implementation; this
779 * use the BN_GF2m_mod_inv function.
794 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
821 if (!BN_GF2m_mod_inv(xinv, x, p, ctx))
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_gf2m.c 724 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
761 * This function calls down to the BN_GF2m_mod_inv implementation; this
763 * use the BN_GF2m_mod_inv function.
778 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
805 if (!BN_GF2m_mod_inv(xinv, x, p, ctx))

Completed in 26 milliseconds