Searched refs:BN_GF2m_mod_arr (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 293 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]) in BN_GF2m_mod_arr() function 402 ret = BN_GF2m_mod_arr(r, a, arr); in BN_GF2m_mod() 450 if (BN_GF2m_mod_arr(r, s, p)) in BN_GF2m_mod_mul_arr() 513 if (!BN_GF2m_mod_arr(r, s, p)) in BN_GF2m_mod_sqr_arr() 882 if (!BN_GF2m_mod_arr(u, a, p)) in BN_GF2m_mod_exp_arr() 1022 if (!BN_GF2m_mod_arr(a, a_, p)) in BN_GF2m_mod_solve_quad_arr() 1055 if (!BN_GF2m_mod_arr(rho, rho, p)) in BN_GF2m_mod_solve_quad_arr()
|
/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 117 if (!BN_GF2m_mod_arr(group->a, a, group->poly)) in ossl_ec_GF2m_simple_group_set_curve() 125 if (!BN_GF2m_mod_arr(group->b, b, group->poly)) in ossl_ec_GF2m_simple_group_set_curve() 201 if (!BN_GF2m_mod_arr(b, group->b, group->poly)) in ossl_ec_GF2m_simple_group_check_discriminant()
|
H A D | ec2_oct.c | 66 if (!BN_GF2m_mod_arr(x, x_, group->poly)) in ossl_ec_GF2m_simple_set_compressed_coordinates()
|
/openssl/util/ |
H A D | missingcrypto.txt | 224 BN_GF2m_mod_arr(3)
|
H A D | missingcrypto111.txt | 251 BN_GF2m_mod_arr(3)
|
H A D | libcrypto.num | 3195 BN_GF2m_mod_arr 3263 3_0_0 EXIST::FUNCTION:EC2M
|
/openssl/include/openssl/ |
H A D | bn.h | 512 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
|
/openssl/ |
H A D | CHANGES.md | 11506 * Fix BN_GF2m_mod_arr() top-bit cleanup code. 12859 BN_GF2m_mod [wrapper for BN_GF2m_mod_arr] 12880 BN_GF2m_mod_arr
|
Completed in 69 milliseconds