Searched refs:BN_GF2m_mod_sqrt_arr (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec2_oct.c | 69 if (!BN_GF2m_mod_sqrt_arr(y, group->b, group->poly, ctx)) in ossl_ec_GF2m_simple_set_compressed_coordinates()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 945 int BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a, const int p[], in BN_GF2m_mod_sqrt_arr() function 998 ret = BN_GF2m_mod_sqrt_arr(r, a, arr, ctx); in BN_GF2m_mod_sqrt()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 522 int BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a,
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 241 BN_GF2m_mod_sqrt_arr(3)
|
H A D | missingcrypto111.txt | 265 BN_GF2m_mod_sqrt_arr(3)
|
H A D | libcrypto.num | 848 BN_GF2m_mod_sqrt_arr 870 3_0_0 EXIST::FUNCTION:EC2M
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 447 BN_GF2m_mod_sqrt_arr;
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 11889 BN_GF2m_mod_sqrt [wrapper for BN_GF2m_mod_sqrt_arr] 11911 BN_GF2m_mod_sqrt_arr
|