Searched refs:BN_GF2m_mod_sqr (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/include/openssl/ |
D | bn.h | 438 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
|
/third_party/openssl/test/ |
D | bntest.c | 867 if (!(TEST_true(BN_GF2m_mod_sqr(c, a, b[j], ctx)) in test_gf2m_sqr() 1041 && TEST_true(BN_GF2m_mod_sqr(e, d, b[j], ctx)) in test_gf2m_modsqrt() 1085 if (!(TEST_true(BN_GF2m_mod_sqr(d, c, b[j], ctx)) in test_gf2m_modsolvequad()
|
/third_party/openssl/crypto/bn/ |
D | bn_gf2m.c | 524 int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_sqr() function
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 211 BN_F_BN_GF2M_MOD_SQR:136:BN_GF2m_mod_sqr
|
/third_party/openssl/util/ |
D | libcrypto.num | 2162 BN_GF2m_mod_sqr 2138 1_1_0 EXIST::FUNCTION:EC2M
|
/third_party/openssl/ |
D | CHANGES | 6870 BN_GF2m_mod_sqr [wrapper for BN_GF2m_mod_sqr_arr]
|