Home
last modified time | relevance | path

Searched refs:BN_GF2m_mod_inv (Results 1 – 8 of 8) sorted by relevance

/openssl/crypto/bn/
H A Dbn_gf2m.c730 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_inv() function
790 ret = BN_GF2m_mod_inv(r, xx, field, ctx); in BN_GF2m_mod_inv_arr()
817 if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) in BN_GF2m_mod_div()
/openssl/util/
H A Dmissingcrypto.txt229 BN_GF2m_mod_inv(3)
H A Dmissingcrypto111.txt256 BN_GF2m_mod_inv(3)
H A Dlibcrypto.num3750 BN_GF2m_mod_inv 3835 3_0_0 EXIST::FUNCTION:EC2M
/openssl/include/openssl/
H A Dbn.h491 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx);
/openssl/crypto/ec/
H A Dec2_smpl.c934 if (!(ret = BN_GF2m_mod_inv(r, a, group->field, ctx))) in ec_GF2m_simple_field_inv()
/openssl/test/
H A Dbntest.c918 if (!TEST_false(BN_GF2m_mod_inv(c, a, b[0], ctx))) in test_gf2m_modinv()
929 if (!(TEST_true(BN_GF2m_mod_inv(c, a, b[j], ctx)) in test_gf2m_modinv()
/openssl/
H A DCHANGES.md12862 BN_GF2m_mod_inv
12883 BN_GF2m_mod_inv_arr [wrapper for BN_GF2m_mod_inv]
12899 The default algorithm simply uses BN_GF2m_mod_inv() and

Completed in 86 milliseconds