HomeSort by relevance Sort by last modified time
    Searched defs:BN_GF2m_mod_mul (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_gf2m.c 439 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx)
699 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) goto err;
  /external/openssl/crypto/bn/
bn_gf2m.c 439 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx)
699 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) goto err;

Completed in 74 milliseconds