Home
last modified time | relevance | path

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

/openssl/crypto/ec/curve448/
H 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()
/openssl/crypto/ec/
H A Dec_lib.c971 if (group->meth->invert == 0) { in EC_POINT_invert()
979 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.txt592 EC_R_CANNOT_INVERT:165:cannot invert

Completed in 18 milliseconds