Home
last modified time | relevance | path

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

/system/core/libmincrypt/
Dp256_ec.c1231 felem x_affine, y_affine; in p256_base_point_mul() local
1233 point_to_affine(x_affine, y_affine, x, y, z); in p256_base_point_mul()
1234 from_montgomery(out_x, x_affine); in p256_base_point_mul()