Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn.h619 int BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
Dbn_gf2m.c837 int BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_sqrt() function
Dbntest.c1518 BN_GF2m_mod_sqrt(d, a, b[j], ctx); in test_gf2m_mod_sqrt()
/external/openssl/include/openssl/
Dbn.h619 int BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,