Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_gf2m.c838 BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, const BIGNUM *p, in BN_GF2m_mod_div() function
871 BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, const BIGNUM *p, in BN_GF2m_mod_div() function
978 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec2_smpl.c782 return BN_GF2m_mod_div(r, a, b, &group->field, ctx); in ec_GF2m_simple_field_div()
/dragonfly/crypto/libressl/include/openssl/
H A Dbn.h585 BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,