Searched refs:BN_GF2m_mod_exp (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/bn/ |
D | bntest.c | 1448 BN_GF2m_mod_exp(e, a, c, b[j], ctx); in test_gf2m_mod_exp() 1449 BN_GF2m_mod_exp(f, a, d, b[j], ctx); in test_gf2m_mod_exp() 1452 BN_GF2m_mod_exp(f, a, f, b[j], ctx); in test_gf2m_mod_exp()
|
D | bn.h | 648 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
D | bn_gf2m.c | 856 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_exp() function
|
/external/openssl/include/openssl/ |
D | bn.h | 648 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|