Searched defs:field_mul (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/ec/ |
D | simple.c | 563 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, in ec_GFp_simple_add() local 754 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, in ec_GFp_simple_dbl() local 894 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, in ec_GFp_simple_is_on_curve() local 1004 int (*field_mul)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *, in ec_GFp_simple_cmp() local
|
D | internal.h | 120 int (*field_mul)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
|