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

/external/openssl/crypto/bn/
H A Dbntest.c278 message(out,"BN_GF2m_mod_sqr");
1267 BN_GF2m_mod_sqr(c, a, b[j], ctx);
1519 BN_GF2m_mod_sqr(e, d, b[j], ctx);
1579 BN_GF2m_mod_sqr(d, c, b[j], ctx);
H A Dbn.h642 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
H A Dbn_gf2m.c495 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) function
/external/openssl/include/openssl/
H A Dbn.h642 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,

Completed in 74 milliseconds