Searched refs:BN_GF2m_mod_sqr (Results 1 – 7 of 7) sorted by relevance
/openssl/util/ |
H A D | missingcrypto.txt | 235 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
|
/openssl/include/openssl/ |
H A D | bn.h | 489 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
|
/openssl/test/ |
H A D | bntest.c | 882 if (!(TEST_true(BN_GF2m_mod_sqr(c, a, b[j], ctx)) in test_gf2m_sqr() 1064 && TEST_true(BN_GF2m_mod_sqr(e, d, b[j], ctx)) in test_gf2m_modsqrt() 1108 if (!(TEST_true(BN_GF2m_mod_sqr(d, c, b[j], ctx)) in test_gf2m_modsolvequad()
|
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 528 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_sqr() function
|
/openssl/ |
H A D | CHANGES.md | 12861 BN_GF2m_mod_sqr [wrapper for BN_GF2m_mod_sqr_arr]
|
Completed in 82 milliseconds