Home
last modified time | relevance | path

Searched refs:BN_GF2m_mod (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/bn/
Dbn_gf2m.c565 int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p) in BN_GF2m_mod() function
757 if (!BN_GF2m_mod(u, a, p)) in BN_GF2m_mod_inv()
892 if (!BN_GF2m_mod(u, y, p)) in BN_GF2m_mod_div()
894 if (!BN_GF2m_mod(a, x, p)) in BN_GF2m_mod_div()
Dbntest.c1156 BN_GF2m_mod(c, a, b[j]); in test_gf2m_mod()
1171 BN_GF2m_mod(e, d, b[j]); in test_gf2m_mod()
1512 BN_GF2m_mod(c, a, b[j]); in test_gf2m_mod_sqrt()
1571 BN_GF2m_mod(e, a, b[j]); in test_gf2m_mod_solve_quad()
Dbn.h638 int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p);
/freebsd-9-stable/crypto/openssl/util/
Dlibeay.num3092 BN_GF2m_mod 3515 EXIST::FUNCTION:
/freebsd-9-stable/crypto/openssl/
DCHANGES2132 BN_GF2m_mod [wrapper for BN_GF2m_mod_arr]