Searched defs:BN_GF2m_mod_sqrt_arr (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_gf2m.c882 int BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a, const int p[], BN_CTX *ctx) function
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 504 milliseconds