Searched refs:BN_GF2m_mod_mul_arr (Results 1 – 7 of 7) sorted by relevance
/openssl-master/crypto/bn/ |
A D | 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 486 ret = BN_GF2m_mod_mul_arr(r, a, b, arr, ctx); in BN_GF2m_mod_mul() 887 if (!BN_GF2m_mod_mul_arr(u, u, a, p, ctx)) in BN_GF2m_mod_exp_arr() 1066 if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx)) in BN_GF2m_mod_solve_quad_arr()
|
/openssl-master/include/openssl/ |
A D | bn.h | 507 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/openssl-master/util/ |
A D | missingcrypto.txt | 237 BN_GF2m_mod_mul_arr(3)
|
A D | missingcrypto111.txt | 259 BN_GF2m_mod_mul_arr(3)
|
A D | libcrypto.num | 592 BN_GF2m_mod_mul_arr 608 3_0_0 EXIST::FUNCTION:EC2M
|
/openssl-master/crypto/ec/ |
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-master/ |
A D | CHANGES.md | 10921 BN_GF2m_mod_mul [wrapper for BN_GF2m_mod_mul_arr] 10942 BN_GF2m_mod_mul_arr
|
Completed in 38 milliseconds