Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbntest.c1448 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()
Dbn.h648 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
Dbn_gf2m.c856 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/
Dbn.h648 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,