Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/bn/
HDbn_gf2m.c410 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/
HDbn.h463 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/freebsd-13-stable/crypto/openssl/crypto/ec/
HDec2_smpl.c665 return BN_GF2m_mod_mul_arr(r, a, b, group->poly, ctx); in ec_GF2m_simple_field_mul()
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map440 BN_GF2m_mod_mul_arr;
/freebsd-13-stable/crypto/openssl/
HDCHANGES7041 BN_GF2m_mod_mul [wrapper for BN_GF2m_mod_mul_arr]
7062 BN_GF2m_mod_mul_arr