HomeSort by relevance Sort by last modified time
    Searched refs:BN_GF2m_mod_inv (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/bn/
bn_gf2m.c 522 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
580 * This function calls down to the BN_GF2m_mod_inv implementation; this wrapper
582 * BN_GF2m_mod_inv function.
594 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
620 if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) goto err;
bn.h 613 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p,
    [all...]
bntest.c 282 message(out,"BN_GF2m_mod_inv");
1326 BN_GF2m_mod_inv(c, a, b[j], ctx);
    [all...]
  /external/openssl/include/openssl/
bn.h 613 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p,
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 589 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p,

Completed in 1244 milliseconds