Searched refs:BN_GF2m_mod_inv (Results 1 – 8 of 8) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_gf2m.c | 733 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_inv() function 787 ret = BN_GF2m_mod_inv(r, xx, field, ctx); in BN_GF2m_mod_inv_arr() 814 if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) in BN_GF2m_mod_div()
|
/openssl-master/include/openssl/ |
A D | bn.h | 484 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx);
|
/openssl-master/util/ |
A D | missingcrypto.txt | 234 BN_GF2m_mod_inv(3)
|
A D | missingcrypto111.txt | 256 BN_GF2m_mod_inv(3)
|
A D | libcrypto.num | 3750 BN_GF2m_mod_inv 3835 3_0_0 EXIST::FUNCTION:EC2M
|
/openssl-master/crypto/ec/ |
A D | ec2_smpl.c | 934 if (!(ret = BN_GF2m_mod_inv(r, a, group->field, ctx))) in ec_GF2m_simple_field_inv()
|
/openssl-master/test/ |
A D | bntest.c | 865 if (!(TEST_true(BN_GF2m_mod_inv(c, a, b[j], ctx)) in test_gf2m_modinv()
|
/openssl-master/ |
A D | CHANGES.md | 10923 BN_GF2m_mod_inv 10944 BN_GF2m_mod_inv_arr [wrapper for BN_GF2m_mod_inv] 10960 The default algorithm simply uses BN_GF2m_mod_inv() and
|
Completed in 50 milliseconds