Searched refs:BN_GF2m_mod_solve_quad (Results 1 – 4 of 4) sorted by relevance
/external/openssl/include/openssl/ |
D | bn.h | 654 int BN_GF2m_mod_solve_quad(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
/external/openssl/crypto/bn/ |
D | bn.h | 654 int BN_GF2m_mod_solve_quad(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
D | bn_gf2m.c | 1033 int BN_GF2m_mod_solve_quad(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_solve_quad() function
|
D | bntest.c | 1575 t = BN_GF2m_mod_solve_quad(c, a, b[j], ctx); in test_gf2m_mod_solve_quad()
|