Searched refs:BN_GF2m_mod_mul (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 466 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_mul() function 757 if (!BN_GF2m_mod_mul(r, a, b, p, ctx)) in BN_GF2m_mod_inv() 765 if (!BN_GF2m_mod_mul(r, r, b, p, ctx)) in BN_GF2m_mod_inv() 823 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) in BN_GF2m_mod_div()
|
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 817 if (!(TEST_true(BN_GF2m_mod_mul(e, a, c, b[j], ctx)) in test_gf2m_mul() 819 && TEST_true(BN_GF2m_mod_mul(g, f, c, b[j], ctx)) in test_gf2m_mul() 820 && TEST_true(BN_GF2m_mod_mul(h, d, c, b[j], ctx)) in test_gf2m_mul() 865 && TEST_true(BN_GF2m_mod_mul(d, a, d, b[j], ctx)) in test_gf2m_sqr() 911 && TEST_true(BN_GF2m_mod_mul(d, a, c, b[j], ctx)) in test_gf2m_modinv() 952 && TEST_true(BN_GF2m_mod_mul(e, d, c, b[j], ctx)) in test_gf2m_moddiv() 998 && TEST_true(BN_GF2m_mod_mul(e, e, f, b[j], ctx)) in test_gf2m_modexp()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 479 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 234 BN_GF2m_mod_mul(3)
|
H A D | missingcrypto111.txt | 258 BN_GF2m_mod_mul(3)
|
H A D | libcrypto.num | 77 BN_GF2m_mod_mul 79 3_0_0 EXIST::FUNCTION:EC2M
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 440 BN_GF2m_mod_mul;
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 11885 BN_GF2m_mod_mul [wrapper for BN_GF2m_mod_mul_arr] 11925 BN_GF2m_mod_mul(). The alternative algorithm is compiled in only
|