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

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_gf2m.c 792 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x,
822 * BN_GF2m_mod_div implementation; this wrapper function is only provided for
823 * convenience; for best performance, use the BN_GF2m_mod_div function.
840 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_gf2m.c 806 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x,
836 * BN_GF2m_mod_div implementation; this wrapper function is only provided for
837 * convenience; for best performance, use the BN_GF2m_mod_div function.
854 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_gf2m.c 790 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x,
820 * BN_GF2m_mod_div implementation; this wrapper function is only provided for
821 * convenience; for best performance, use the BN_GF2m_mod_div function.
838 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);

Completed in 63 milliseconds