Searched refs:BN_GF2m_mod_sqr (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/bn/ |
D | bntest.c | 1267 BN_GF2m_mod_sqr(c, a, b[j], ctx); in test_gf2m_mod_sqr() 1519 BN_GF2m_mod_sqr(e, d, b[j], ctx); in test_gf2m_mod_sqrt() 1579 BN_GF2m_mod_sqr(d, c, b[j], ctx); in test_gf2m_mod_solve_quad()
|
D | bn.h | 611 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
D | bn_gf2m.c | 494 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_sqr() function
|
/external/openssl/include/openssl/ |
D | bn.h | 611 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|