Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c411 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 Dbn.h507 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt235 BN_GF2m_mod_mul_arr(3)
H A Dmissingcrypto111.txt259 BN_GF2m_mod_mul_arr(3)
H A Dlibcrypto.num592 BN_GF2m_mod_mul_arr 608 3_0_0 EXIST::FUNCTION:EC2M
/freebsd/crypto/openssl/crypto/ec/
H A Dec2_smpl.c698 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 DVersion.map441 BN_GF2m_mod_mul_arr;
/freebsd/crypto/openssl/
H A DCHANGES.md11885 BN_GF2m_mod_mul [wrapper for BN_GF2m_mod_mul_arr]
11906 BN_GF2m_mod_mul_arr