Searched refs:BN_GF2m_mod_sqrt (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn.h | 619 int BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
D | bn_gf2m.c | 837 int BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_sqrt() function
|
D | bntest.c | 1518 BN_GF2m_mod_sqrt(d, a, b[j], ctx); in test_gf2m_mod_sqrt()
|
/external/openssl/include/openssl/ |
D | bn.h | 619 int BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|