Searched refs:BN_GF2m_mod_mul (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_gf2m.c | 465 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_mul() function 741 if (!BN_GF2m_mod_mul(r, a, b, p, ctx)) in BN_GF2m_mod_inv() 749 if (!BN_GF2m_mod_mul(r, r, b, p, ctx)) in BN_GF2m_mod_inv() 807 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) in BN_GF2m_mod_div()
|
/third_party/openssl/test/ |
D | bntest.c | 821 if (!(TEST_true(BN_GF2m_mod_mul(e, a, c, b[j], ctx)) in test_gf2m_mul() 823 && TEST_true(BN_GF2m_mod_mul(g, f, c, b[j], ctx)) in test_gf2m_mul() 824 && TEST_true(BN_GF2m_mod_mul(h, d, c, b[j], ctx)) in test_gf2m_mul() 869 && TEST_true(BN_GF2m_mod_mul(d, a, d, b[j], ctx)) in test_gf2m_sqr() 907 && TEST_true(BN_GF2m_mod_mul(d, a, c, b[j], ctx)) in test_gf2m_modinv() 948 && TEST_true(BN_GF2m_mod_mul(e, d, c, b[j], ctx)) in test_gf2m_moddiv() 994 && TEST_true(BN_GF2m_mod_mul(e, e, f, b[j], ctx)) in test_gf2m_modexp()
|
/third_party/openssl/include/openssl/ |
D | bn.h | 435 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 208 BN_F_BN_GF2M_MOD_MUL:133:BN_GF2m_mod_mul
|
/third_party/openssl/util/ |
D | libcrypto.num | 79 BN_GF2m_mod_mul 79 1_1_0 EXIST::FUNCTION:EC2M
|
/third_party/openssl/ |
D | CHANGES | 6869 BN_GF2m_mod_mul [wrapper for BN_GF2m_mod_mul_arr] 6909 BN_GF2m_mod_mul(). The alternative algorithm is compiled in only
|