Home
last modified time | relevance | path

Searched refs:BN_GF2m_mod_inv (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/bn/
Dbn_gf2m.c523 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()
Dbn.h646 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p,
Dbntest.c1326 BN_GF2m_mod_inv(c, a, b[j], ctx); in test_gf2m_mod_inv()
/external/openssl/include/openssl/
Dbn.h646 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p,