Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/ec/
H A Dec_local.h117 int (*field_mul)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
H A Decp_methods.c91 return group->meth->field_mul(group, r, a, b, ctx); in ec_field_mul()
1306 .field_mul = ec_simple_field_mul,
1330 .field_mul = ec_mont_field_mul,