Searched refs:BN_GF2m_mod_mul_arr (Results 1 – 7 of 7) sorted by relevance
/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 485 ret = BN_GF2m_mod_mul_arr(r, a, b, arr, ctx); in BN_GF2m_mod_mul() 890 if (!BN_GF2m_mod_mul_arr(u, u, a, p, ctx)) in BN_GF2m_mod_exp_arr() 1065 if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx)) in BN_GF2m_mod_solve_quad_arr()
|
/openssl/util/ |
H A D | missingcrypto.txt | 232 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
|
/openssl/include/openssl/ |
H A D | bn.h | 514 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/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()
|
/openssl/ |
H A D | CHANGES.md | 12860 BN_GF2m_mod_mul [wrapper for BN_GF2m_mod_mul_arr] 12881 BN_GF2m_mod_mul_arr
|
Completed in 88 milliseconds