Home
last modified time | relevance | path

Searched refs:BN_GF2m_mod_sqrt (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt237 BN_GF2m_mod_sqrt(3)
H A Dmissingcrypto111.txt264 BN_GF2m_mod_sqrt(3)
H A Dlibcrypto.num3717 BN_GF2m_mod_sqrt 3801 3_0_0 EXIST::FUNCTION:EC2M
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h499 int BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c973 int BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_sqrt() function
/freebsd/secure/lib/libcrypto/
H A DVersion.map446 BN_GF2m_mod_sqrt;
/freebsd/crypto/openssl/test/
H A Dbntest.c1063 && TEST_true(BN_GF2m_mod_sqrt(d, a, b[j], ctx)) in test_gf2m_modsqrt()
/freebsd/crypto/openssl/
H A DCHANGES.md13163 BN_GF2m_mod_sqrt [wrapper for BN_GF2m_mod_sqrt_arr]