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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_gf2m.c 882 int BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a, const int p[], BN_CTX *ctx)
911 * This function calls down to the BN_GF2m_mod_sqrt_arr implementation; this wrapper
913 * BN_GF2m_mod_sqrt_arr function.
929 ret = BN_GF2m_mod_sqrt_arr(r, a, arr, ctx);
  /external/openssl/crypto/bn/
bn_gf2m.c 882 int BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a, const int p[], BN_CTX *ctx)
911 * This function calls down to the BN_GF2m_mod_sqrt_arr implementation; this wrapper
913 * BN_GF2m_mod_sqrt_arr function.
929 ret = BN_GF2m_mod_sqrt_arr(r, a, arr, ctx);

Completed in 41 milliseconds