Searched refs:BN_GF2m_mod_inv (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn_gf2m.c | 523 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_inv() function 672 ret = BN_GF2m_mod_inv(r, xx, field, ctx); in BN_GF2m_mod_inv_arr() 698 if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) goto err; in BN_GF2m_mod_div()
|
D | bn.h | 646 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p,
|
D | bntest.c | 1326 BN_GF2m_mod_inv(c, a, b[j], ctx); in test_gf2m_mod_inv()
|
/external/openssl/include/openssl/ |
D | bn.h | 646 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p,
|