Home
last modified time | relevance | path

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

/openssl/crypto/ec/curve448/
H A Dcurve448.c249 mask_t invert; in ossl_curve448_precomputed_scalarmul() local
259 invert = (tab >> (t - 1)) - 1; in ossl_curve448_precomputed_scalarmul()
260 tab ^= invert; in ossl_curve448_precomputed_scalarmul()
266 cond_neg_niels(ni, invert); in ossl_curve448_precomputed_scalarmul()
/openssl/crypto/ec/
H A Dec_lib.c968 if (group->meth->invert == 0) { in EC_POINT_invert()
976 return group->meth->invert(group, a, ctx); in EC_POINT_invert()
H A Dec_local.h101 int (*invert) (const EC_GROUP *, EC_POINT *, BN_CTX *); member
/openssl/crypto/err/
H A Dopenssl.txt550 EC_R_CANNOT_INVERT:165:cannot invert

Completed in 24 milliseconds