Searched defs:field_mul (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/ec/ |
D | ecp_smpl.c | 646 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_add() local 810 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_dbl() local 943 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_is_on_curve() local 1040 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_cmp() local
|
D | ec2_smpl.c | 556 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GF2m_simple_is_on_curve() local
|
D | ec_lcl.h | 172 int (*field_mul)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *); member
|
/external/chromium_org/third_party/boringssl/src/crypto/ec/ |
D | simple.c | 612 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, in ec_GFp_simple_add() local 797 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, in ec_GFp_simple_dbl() local 948 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, in ec_GFp_simple_is_on_curve() local 1057 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, in ec_GFp_simple_cmp() local
|
D | internal.h | 176 int (*field_mul)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
|