Home
last modified time | relevance | path

Searched defs:field_mul (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/ec/
Dsimple.c563 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
Dinternal.h120 int (*field_mul)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member