Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c734 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_inv() function
794 ret = BN_GF2m_mod_inv(r, xx, field, ctx); in BN_GF2m_mod_inv_arr()
821 if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) in BN_GF2m_mod_div()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h484 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx);
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt232 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
/freebsd/crypto/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()
/freebsd/crypto/openssl/test/
H A Dbntest.c899 if (!TEST_false(BN_GF2m_mod_inv(c, a, b[0], ctx))) in test_gf2m_modinv()
910 if (!(TEST_true(BN_GF2m_mod_inv(c, a, b[j], ctx)) in test_gf2m_modinv()
/freebsd/secure/lib/libcrypto/
H A DVersion.map438 BN_GF2m_mod_inv;
/freebsd/crypto/openssl/
H A DCHANGES.md11887 BN_GF2m_mod_inv
11908 BN_GF2m_mod_inv_arr [wrapper for BN_GF2m_mod_inv]
11924 The default algorithm simply uses BN_GF2m_mod_inv() and