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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbntest.c278 message(out,"BN_GF2m_mod_sqr");
1265 BN_GF2m_mod_sqr(c, a, b[j], ctx);
1517 BN_GF2m_mod_sqr(e, d, b[j], ctx);
1577 BN_GF2m_mod_sqr(d, c, b[j], ctx);
H A Dbn.h578 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
H A Dbn_gf2m.c551 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) function

Completed in 160 milliseconds