Searched refs:BN_GF2m_mod_exp (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 489 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 230 BN_GF2m_mod_exp(3)
|
H A D | missingcrypto111.txt | 254 BN_GF2m_mod_exp(3)
|
H A D | libcrypto.num | 1027 BN_GF2m_mod_exp 1055 3_0_0 EXIST::FUNCTION:EC2M
|
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 996 if (!(TEST_true(BN_GF2m_mod_exp(e, a, c, b[j], ctx)) in test_gf2m_modexp() 997 && TEST_true(BN_GF2m_mod_exp(f, a, d, b[j], ctx)) in test_gf2m_modexp() 1000 && TEST_true(BN_GF2m_mod_exp(f, a, f, b[j], ctx)) in test_gf2m_modexp()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 913 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_exp() function
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 436 BN_GF2m_mod_exp;
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 11888 BN_GF2m_mod_exp [wrapper for BN_GF2m_mod_exp_arr]
|