Home
last modified time | relevance | path

Searched refs:BN_GF2m_mod_sqrt_arr (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/ec/
H A Dec2_oct.c128 if (!BN_GF2m_mod_sqrt_arr(y, &group->b, group->poly, ctx)) in ec_GF2m_simple_set_compressed_coordinates()
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_gf2m.c1071 BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a, const int p[], BN_CTX *ctx) in BN_GF2m_mod_sqrt_arr() function
1120 ret = BN_GF2m_mod_sqrt_arr(r, a, arr, ctx); in BN_GF2m_mod_sqrt()
/dragonfly/crypto/libressl/include/openssl/
H A Dbn.h613 int BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a,