Searched refs:BN_GF2m_mod_mul_arr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/crypto/openssl/crypto/bn/ |
| HD | bn_gf2m.c | 410 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_mul_arr() function 481 ret = BN_GF2m_mod_mul_arr(r, a, b, arr, ctx); in BN_GF2m_mod_mul() 878 if (!BN_GF2m_mod_mul_arr(u, u, a, p, ctx)) in BN_GF2m_mod_exp_arr() 1046 if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx)) in BN_GF2m_mod_solve_quad_arr()
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | bn.h | 463 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
| /freebsd-13-stable/crypto/openssl/crypto/ec/ |
| HD | ec2_smpl.c | 665 return BN_GF2m_mod_mul_arr(r, a, b, group->poly, ctx); in ec_GF2m_simple_field_mul()
|
| /freebsd-13-stable/secure/lib/libcrypto/ |
| HD | Version.map | 440 BN_GF2m_mod_mul_arr;
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | CHANGES | 7041 BN_GF2m_mod_mul [wrapper for BN_GF2m_mod_mul_arr] 7062 BN_GF2m_mod_mul_arr
|