Home
last modified time | relevance | path

Searched refs:BN_GF2m_mod_exp (Results 1 – 7 of 7) sorted by relevance

/openssl/util/
H A Dmissingcrypto.txt227 BN_GF2m_mod_exp(3)
H A Dmissingcrypto111.txt254 BN_GF2m_mod_exp(3)
H A Dlibcrypto.num1027 BN_GF2m_mod_exp 1055 3_0_0 EXIST::FUNCTION:EC2M
/openssl/include/openssl/
H A Dbn.h496 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/openssl/test/
H A Dbntest.c1015 if (!(TEST_true(BN_GF2m_mod_exp(e, a, c, b[j], ctx)) in test_gf2m_modexp()
1016 && TEST_true(BN_GF2m_mod_exp(f, a, d, b[j], ctx)) in test_gf2m_modexp()
1019 && TEST_true(BN_GF2m_mod_exp(f, a, f, b[j], ctx)) in test_gf2m_modexp()
/openssl/crypto/bn/
H A Dbn_gf2m.c909 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_exp() function
/openssl/
H A DCHANGES.md12863 BN_GF2m_mod_exp [wrapper for BN_GF2m_mod_exp_arr]

Completed in 108 milliseconds