Searched refs:BN_GF2m_mod (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/bn/ |
| D | bn_gf2m.c | 565 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()
|
| D | bntest.c | 1156 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()
|
| D | bn.h | 638 int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p);
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | libeay.num | 3092 BN_GF2m_mod 3515 EXIST::FUNCTION:
|
| /freebsd-9-stable/crypto/openssl/ |
| D | CHANGES | 2132 BN_GF2m_mod [wrapper for BN_GF2m_mod_arr]
|