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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_gf2m.c442 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const unsigned int p[], BN_CTX *ctx) function
491 * This function calls down to the BN_GF2m_mod_mul_arr implementation; this wrapper
493 * BN_GF2m_mod_mul_arr function.
510 ret = BN_GF2m_mod_mul_arr(r, a, b, arr, ctx);
817 if (!BN_GF2m_mod_mul_arr(u, u, a, p, ctx)) goto err;
976 if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx)) goto err;
H A Dbn.h598 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Dec2_smpl.c955 return BN_GF2m_mod_mul_arr(r, a, b, group->poly, ctx);

Completed in 99 milliseconds