Home
last modified time | relevance | path

Searched refs:BN_GF2m_mod_mul (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_gf2m.c542 BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *p, in BN_GF2m_mod_mul() function
854 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) in BN_GF2m_mod_div()
/dragonfly/crypto/libressl/include/openssl/
H A Dbn.h576 BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,