Home
last modified time | relevance | path

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

/external/libconstrainedcrypto/
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()
1235 from_montgomery(out_y, y_affine); in p256_base_point_mul()