Searched defs:field_mul (Results 1 – 3 of 3) sorted by relevance
/minix3/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ecp_smpl.c | 654 int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *, in ec_GFp_simple_add() local 841 int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *, in ec_GFp_simple_dbl() local 998 int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *, in ec_GFp_simple_is_on_curve() local 1109 int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *, in ec_GFp_simple_cmp() local
|
H A D | ec2_smpl.c | 609 int (*field_mul) (const EC_GROUP *, BIGNUM *, const BIGNUM *, in ec_GF2m_simple_is_on_curve() local
|
H A D | ec_lcl.h | 187 int (*field_mul) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
|