Searched refs:BN_GF2m_mod_mul_arr (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 411 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_mul_arr() function 487 ret = BN_GF2m_mod_mul_arr(r, a, b, arr, ctx); in BN_GF2m_mod_mul() 894 if (!BN_GF2m_mod_mul_arr(u, u, a, p, ctx)) in BN_GF2m_mod_exp_arr() 1073 if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx)) in BN_GF2m_mod_solve_quad_arr()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 507 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 235 BN_GF2m_mod_mul_arr(3)
|
H A D | missingcrypto111.txt | 259 BN_GF2m_mod_mul_arr(3)
|
H A D | libcrypto.num | 592 BN_GF2m_mod_mul_arr 608 3_0_0 EXIST::FUNCTION:EC2M
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 698 return BN_GF2m_mod_mul_arr(r, a, b, group->poly, ctx); in ossl_ec_GF2m_simple_field_mul()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 441 BN_GF2m_mod_mul_arr;
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 11885 BN_GF2m_mod_mul [wrapper for BN_GF2m_mod_mul_arr] 11906 BN_GF2m_mod_mul_arr
|