Home
last modified time | relevance | path

Searched refs:invert (Results 1 – 4 of 4) sorted by relevance

/crypto/ec/curve448/
A Dcurve448.c250 mask_t invert; in ossl_curve448_precomputed_scalarmul() local
260 invert = (tab >> (t - 1)) - 1; in ossl_curve448_precomputed_scalarmul()
261 tab ^= invert; in ossl_curve448_precomputed_scalarmul()
267 cond_neg_niels(ni, invert); in ossl_curve448_precomputed_scalarmul()
/crypto/ec/
A Dec_lib.c972 if (group->meth->invert == 0) { in EC_POINT_invert()
980 return group->meth->invert(group, a, ctx); in EC_POINT_invert()
A Dec_local.h101 int (*invert) (const EC_GROUP *, EC_POINT *, BN_CTX *); member
/crypto/err/
A Dopenssl.txt605 EC_R_CANNOT_INVERT:165:cannot invert

Completed in 15 milliseconds