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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_gf2m.c792 int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const unsigned int p[], BN_CTX *ctx) function
831 * This function calls down to the BN_GF2m_mod_exp_arr implementation; this wrapper
833 * BN_GF2m_mod_exp_arr function.
850 ret = BN_GF2m_mod_exp_arr(r, a, b, arr, ctx);
879 ret = BN_GF2m_mod_exp_arr(r, a, u, p, ctx);
H A Dbn.h606 int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,

Completed in 101 milliseconds