Home
last modified time | relevance | path

Searched refs:BN_GF2m_mod_exp_arr (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/bn/
Dbn_gf2m.c813 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()
Dbn.h672 int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/external/openssl/include/openssl/
Dbn.h672 int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,