Home
last modified time | relevance | path

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

/openssl/crypto/ec/curve448/
H A Dcurve448.c102 gf_mulw(b->n->c, a->t, 2 * TWISTED_D); in pt_to_pniels()
216 gf_mulw(c, b, TWISTED_D); in ossl_curve448_point_valid()
346 gf_mulw(p->t, p->x, EDWARDS_D); /* dy^2 */ in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
442 gf_mulw(t1, t2, -EDWARDS_D); /* E*-d = a24*E */ in ossl_x448_int()
H A Dfield.h122 static ossl_inline void gf_mulw(gf c, const gf a, int32_t w) in gf_mulw() function

Completed in 25 milliseconds