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

/external/openssl/crypto/bn/
H A Dbn_gf2m.c386 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const int p[], BN_CTX *ctx) function
435 * This function calls down to the BN_GF2m_mod_mul_arr implementation; this wrapper
437 * BN_GF2m_mod_mul_arr function.
454 ret = BN_GF2m_mod_mul_arr(r, a, b, arr, ctx);
838 if (!BN_GF2m_mod_mul_arr(u, u, a, p, ctx)) goto err;
996 if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx)) goto err;
H A Dbn.h662 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/external/openssl/crypto/ec/
H A Dec2_smpl.c702 return BN_GF2m_mod_mul_arr(r, a, b, group->poly, ctx);
/external/openssl/include/openssl/
H A Dbn.h662 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,

Completed in 84 milliseconds