Searched refs:BN_GF2m_mod_exp_arr (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn_gf2m.c | 813 int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const int p[], BN_CTX *ctx) in BN_GF2m_mod_exp_arr() function 871 ret = BN_GF2m_mod_exp_arr(r, a, b, arr, ctx); in BN_GF2m_mod_exp() 900 ret = BN_GF2m_mod_exp_arr(r, a, u, p, ctx); in BN_GF2m_mod_sqrt_arr()
|
D | bn.h | 672 int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/external/openssl/include/openssl/ |
D | bn.h | 672 int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|