Searched refs:BN_GF2m_mod_inv (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 730 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 D | missingcrypto.txt | 229 BN_GF2m_mod_inv(3)
|
H A D | missingcrypto111.txt | 256 BN_GF2m_mod_inv(3)
|
H A D | libcrypto.num | 3750 BN_GF2m_mod_inv 3835 3_0_0 EXIST::FUNCTION:EC2M
|
/openssl/include/openssl/ |
H A D | bn.h | 491 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx);
|
/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 934 if (!(ret = BN_GF2m_mod_inv(r, a, group->field, ctx))) in ec_GF2m_simple_field_inv()
|
/openssl/test/ |
H A D | bntest.c | 918 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 D | CHANGES.md | 12862 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