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

/external/openssl/crypto/ec/
H A Dec2_oct.c120 if (!BN_GF2m_mod_sqrt_arr(y, &group->b, group->poly, ctx)) goto err;
/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);
H A Dbn.h672 int BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a,
/external/openssl/include/openssl/
H A Dbn.h672 int BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a,

Completed in 102 milliseconds