Searched refs:BN_GF2m_mod_sqr (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 482 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 238 BN_GF2m_mod_sqr(3)
|
H A D | missingcrypto111.txt | 262 BN_GF2m_mod_sqr(3)
|
H A D | libcrypto.num | 2091 BN_GF2m_mod_sqr 2138 3_0_0 EXIST::FUNCTION:EC2M
|
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 863 if (!(TEST_true(BN_GF2m_mod_sqr(c, a, b[j], ctx)) in test_gf2m_sqr() 1045 && TEST_true(BN_GF2m_mod_sqr(e, d, b[j], ctx)) in test_gf2m_modsqrt() 1089 if (!(TEST_true(BN_GF2m_mod_sqr(d, c, b[j], ctx)) in test_gf2m_modsolvequad()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 530 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_sqr() function
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 444 BN_GF2m_mod_sqr;
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 11886 BN_GF2m_mod_sqr [wrapper for BN_GF2m_mod_sqr_arr]
|