Searched refs:BN_GF2m_mod_exp_arr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c980 int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, function
1022 * could be a. This function calls down to the BN_GF2m_mod_exp_arr
1024 * for best performance, use the BN_GF2m_mod_exp_arr function.
1042 ret = BN_GF2m_mod_exp_arr(r, a, b, arr, ctx);
1074 ret = BN_GF2m_mod_exp_arr(r, a, u, p, ctx);
H A Dbn.h713 int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,

Completed in 111 milliseconds