Searched defs:BN_GF2m_mod_div (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_gf2m.c685 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, const BIGNUM *p, BN_CTX *ctx) function
714 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, const BIGNUM *p, BN_CTX *ctx) function
784 * This function calls down to the BN_GF2m_mod_div implementation; this wrapper
786 * BN_GF2m_mod_div function.
800 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);

Completed in 1284 milliseconds