Searched defs:field_mul (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/ec/ |
D | ecp_smpl.c | 612 int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *, in ec_GFp_simple_add() local 797 int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *, in ec_GFp_simple_dbl() local 953 int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *, in ec_GFp_simple_is_on_curve() local 1063 int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *, in ec_GFp_simple_cmp() local
|
D | ec2_smpl.c | 499 int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *, in ec_GF2m_simple_is_on_curve() local
|
D | ec_local.h | 151 int (*field_mul) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
|